#A9DE64

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

Shades of Conifer #A9DE64

Tints of Conifer #A9DE64

Color information

#A9DE64 (or 0xA9DE64) is unknown color: approx Conifer. HEX triplet: A9, DE and 64. RGB value is (169,222,100). Sum of RGB (Red+Green+Blue) = 169+222+100=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 222 - color contains mainly: green. Hex color #A9DE64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DE64 is #56219B. Grayscale: #C0C0C0. Windows color (decimal): -5644700 or 6610601. OLE color: 6610601.

HSL color Cylindrical-coordinate representation of color #A9DE64: hue angle of 86.07º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A9DE64 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB169222100-
CMYK0.2400.550.13
HSL86.07º64.89%63.14%-
HSV(B)86.07º54.95%87.06%-
XYZ44.7861.621.59-
YUV192.2475.94111.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.42%
GREEN value IS 222 (87.11% from 255) = 45.21%
BLUE value IS 100 (39.45% from 255) = 20.37%
R=34.42%
G=45.21%
B=20.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1692221000.2400.550.1386.0764.8963.14
HexA9DE6418037D56413f
Octal251336144300671512610177
Binary10101001110111101100100110000110111110110101101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DE64; }

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

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

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

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

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

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

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

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