#A8CD59

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

Shades of Conifer #A8CD59

Tints of Conifer #A8CD59

Color information

#A8CD59 (or 0xA8CD59) is unknown color: approx Conifer. HEX triplet: A8, CD and 59. RGB value is (168,205,89). Sum of RGB (Red+Green+Blue) = 168+205+89=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CD59 is #5732A6. Grayscale: #B5B5B5. Windows color (decimal): -5714599 or 5885352. OLE color: 5885352.

HSL color Cylindrical-coordinate representation of color #A8CD59: hue angle of 79.14º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8CD59 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB16820589-
CMYK0.1800.570.20
HSL79.14º53.7%57.65%-
HSV(B)79.14º56.59%80.39%-
XYZ39.7852.7117.53-
YUV180.7176.24118.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.36%
GREEN value IS 205 (80.47% from 255) = 44.37%
BLUE value IS 89 (35.16% from 255) = 19.26%
R=36.36%
G=44.37%
B=19.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal168205890.1800.570.2079.1453.757.65
HexA8CD5912039144f363a
Octal25031513122071241176672
Binary10101000110011011011001100100111001101001001111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CD59; }

 p { color: rgb(168,205,89); }

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

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

 a { background-color: rgb(168,205,89); }

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

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

 span { border-color: rgb(168,205,89); }

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