#A9E160

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

Shades of Conifer #A9E160

Tints of Conifer #A9E160

Color information

#A9E160 (or 0xA9E160) is unknown color: approx Conifer. HEX triplet: A9, E1 and 60. RGB value is (169,225,96). Sum of RGB (Red+Green+Blue) = 169+225+96=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #A9E160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9E160 is #561E9F. Grayscale: #C2C2C2. Windows color (decimal): -5643936 or 6349225. OLE color: 6349225.

HSL color Cylindrical-coordinate representation of color #A9E160: hue angle of 86.05º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A9E160 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB16922596-
CMYK0.2500.570.12
HSL86.05º68.25%62.94%-
HSV(B)86.05º57.33%88.24%-
XYZ45.463.1320.86-
YUV193.5572.95110.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.49%
GREEN value IS 225 (88.28% from 255) = 45.92%
BLUE value IS 96 (37.89% from 255) = 19.59%
R=34.49%
G=45.92%
B=19.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal169225960.2500.570.1286.0568.2562.94
HexA9E16019039C56443f
Octal251341140310711412610477
Binary10101001111000011100000110010111001110010101101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E160; }

 p { color: rgb(169,225,96); }

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

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

 a { background-color: rgb(169,225,96); }

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

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

 span { border-color: rgb(169,225,96); }

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