#A9E364

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

Shades of Conifer #A9E364

Tints of Conifer #A9E364

Color information

#A9E364 (or 0xA9E364) is unknown color: approx Conifer. HEX triplet: A9, E3 and 64. RGB value is (169,227,100). Sum of RGB (Red+Green+Blue) = 169+227+100=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 227 - color contains mainly: green. Hex color #A9E364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9E364 is #561C9B. Grayscale: #C3C3C3. Windows color (decimal): -5643420 or 6611881. OLE color: 6611881.

HSL color Cylindrical-coordinate representation of color #A9E364: hue angle of 87.4º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A9E364 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB169227100-
CMYK0.2600.560.11
HSL87.4º69.4%64.12%-
HSV(B)87.4º55.95%89.02%-
XYZ46.1364.2922.04-
YUV195.1874.28109.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.07%
GREEN value IS 227 (89.06% from 255) = 45.77%
BLUE value IS 100 (39.45% from 255) = 20.16%
R=34.07%
G=45.77%
B=20.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1692271000.2600.560.1187.469.464.12
HexA9E3641A038B574540
Octal2513431443207013127105100
Binary101010011110001111001001101001110001011101011110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E364; }

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

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

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

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

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

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

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

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