#A0D358

Color #A0D358 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A0D358

Tints of Conifer #A0D358

Color information

#A0D358 (or 0xA0D358) is unknown color: approx Conifer. HEX triplet: A0, D3 and 58. RGB value is (160,211,88). Sum of RGB (Red+Green+Blue) = 160+211+88=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 211 (82.81% from 255 or 45.97% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D358 is #5F2CA7. Grayscale: #B6B6B6. Windows color (decimal): -6237352 or 5821344. OLE color: 5821344.

HSL color Cylindrical-coordinate representation of color #A0D358: hue angle of 84.88º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0D358 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB16021188-
CMYK0.2400.580.17
HSL84.88º58.29%58.63%-
HSV(B)84.88º58.29%82.75%-
XYZ39.5554.7717.72-
YUV181.7375.1112.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 211 (82.81% from 255) = 45.97%
BLUE value IS 88 (34.77% from 255) = 19.17%
R=34.86%
G=45.97%
B=19.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal160211880.2400.580.1784.8858.2958.63
HexA0D3581803A11553a3b
Octal24032313030072211257273
Binary10100000110100111011000110000111010100011010101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D358; }

 p { color: rgb(160,211,88); }

 H1.HeaderClassName
 {
   color: #A0D358;
 }
 .AnyTagClassName
 {
   color: #A0D358;
 }
</style>
background-color css

<style>
 a { background-color: #A0D358; }

 a { background-color: rgb(160,211,88); }

 div.DivClassName
 {
   background-color: #A0D358;
 }
 .BgClassName
 {
   background-color: #A0D358;
 }
</style>
border-color css

<style>
 span { border-color: #A0D358; }

 span { border-color: rgb(160,211,88); }

 td.TdClassName
 {
   border-color: #A0D358;
 }
 .TagClassName
 {
   border-color: #A0D358;
 }
</style>