#A8CD4C

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

Shades of Conifer #A8CD4C

Tints of Conifer #A8CD4C

Color information

#A8CD4C (or 0xA8CD4C) is unknown color: approx Conifer. HEX triplet: A8, CD and 4C. RGB value is (168,205,76). Sum of RGB (Red+Green+Blue) = 168+205+76=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CD4C is #5732B3. Grayscale: #B3B3B3. Windows color (decimal): -5714612 or 5033384. OLE color: 5033384.

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

Color convert

RGB16820576-
CMYK0.1800.630.20
HSL77.21º56.33%55.1%-
HSV(B)77.21º62.93%80.39%-
XYZ39.2852.5114.9-
YUV179.2369.74119.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.42%
GREEN value IS 205 (80.47% from 255) = 45.66%
BLUE value IS 76 (30.08% from 255) = 16.93%
R=37.42%
G=45.66%
B=16.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal168205760.1800.630.2077.2156.3355.1
HexA8CD4C1203F144d3837
Octal25031511422077241157067
Binary10101000110011011001100100100111111101001001101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CD4C; }

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

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

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

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

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

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

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

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