#A9E96A

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

Shades of Conifer #A9E96A

Tints of Conifer #A9E96A

Color information

#A9E96A (or 0xA9E96A) is unknown color: approx Conifer. HEX triplet: A9, E9 and 6A. RGB value is (169,233,106). Sum of RGB (Red+Green+Blue) = 169+233+106=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 106 (41.80% from 255 or 20.87% from 508); Max value from RGB is 233 - color contains mainly: green. Hex color #A9E96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9E96A is #561695. Grayscale: #C7C7C7. Windows color (decimal): -5641878 or 7006633. OLE color: 7006633.

HSL color Cylindrical-coordinate representation of color #A9E96A: hue angle of 90.24º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A9E96A is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB169233106-
CMYK0.2700.550.09
HSL90.24º74.27%66.47%-
HSV(B)90.24º54.51%91.37%-
XYZ48.167.7524.18-
YUV199.3975.3106.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.27%
GREEN value IS 233 (91.41% from 255) = 45.87%
BLUE value IS 106 (41.80% from 255) = 20.87%
R=33.27%
G=45.87%
B=20.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1692331060.2700.550.0990.2474.2766.47
HexA9E96A1B03795a4a42
Octal2513511523306711132112102
Binary101010011110100111010101101101101111001101101010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E96A; }

 p { color: rgb(169,233,106); }

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

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

 a { background-color: rgb(169,233,106); }

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

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

 span { border-color: rgb(169,233,106); }

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