#A9DC64

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

Shades of Conifer #A9DC64

Tints of Conifer #A9DC64

Color information

#A9DC64 (or 0xA9DC64) is unknown color: approx Conifer. HEX triplet: A9, DC and 64. RGB value is (169,220,100). Sum of RGB (Red+Green+Blue) = 169+220+100=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 100 (39.45% from 255 or 20.45% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DC64 is #56239B. Grayscale: #BFBFBF. Windows color (decimal): -5645212 or 6610089. OLE color: 6610089.

HSL color Cylindrical-coordinate representation of color #A9DC64: hue angle of 85.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A9DC64 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB169220100-
CMYK0.2300.550.14
HSL85.5º63.16%62.75%-
HSV(B)85.5º54.55%86.27%-
XYZ44.2660.5421.41-
YUV191.0776.6112.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.56%
GREEN value IS 220 (86.33% from 255) = 44.99%
BLUE value IS 100 (39.45% from 255) = 20.45%
R=34.56%
G=44.99%
B=20.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692201000.2300.550.1485.563.1662.75
HexA9DC6417037E563f3f
Octal25133414427067161267777
Binary1010100111011100110010010111011011111101010110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DC64; }

 p { color: rgb(169,220,100); }

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

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

 a { background-color: rgb(169,220,100); }

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

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

 span { border-color: rgb(169,220,100); }

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