#A9CC4C

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

Shades of Conifer #A9CC4C

Tints of Conifer #A9CC4C

Color information

#A9CC4C (or 0xA9CC4C) is unknown color: approx Conifer. HEX triplet: A9, CC and 4C. RGB value is (169,204,76). Sum of RGB (Red+Green+Blue) = 169+204+76=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 204 - color contains mainly: green. Hex color #A9CC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9CC4C is #5633B3. Grayscale: #B3B3B3. Windows color (decimal): -5649332 or 5033129. OLE color: 5033129.

HSL color Cylindrical-coordinate representation of color #A9CC4C: hue angle of 76.41º 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 #A9CC4C is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB16920476-
CMYK0.1700.630.2
HSL76.41º55.65%54.9%-
HSV(B)76.41º62.75%80%-
XYZ39.2652.1414.83-
YUV178.9469.9120.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.64%
GREEN value IS 204 (80.08% from 255) = 45.43%
BLUE value IS 76 (30.08% from 255) = 16.93%
R=37.64%
G=45.43%
B=16.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal169204760.1700.630.276.4155.6554.9
HexA9CC4C1103F144c3837
Octal25131411421077241147067
Binary10101001110011001001100100010111111101001001100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CC4C; }

 p { color: rgb(169,204,76); }

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

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

 a { background-color: rgb(169,204,76); }

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

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

 span { border-color: rgb(169,204,76); }

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