#A9E360

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

Shades of Conifer #A9E360

Tints of Conifer #A9E360

Color information

#A9E360 (or 0xA9E360) is unknown color: approx Conifer. HEX triplet: A9, E3 and 60. RGB value is (169,227,96). Sum of RGB (Red+Green+Blue) = 169+227+96=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 227 - color contains mainly: green. Hex color #A9E360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9E360 is #561C9F. Grayscale: #C3C3C3. Windows color (decimal): -5643424 or 6349737. OLE color: 6349737.

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

Color convert

RGB16922796-
CMYK0.2600.580.11
HSL86.56º70.05%63.33%-
HSV(B)86.56º57.71%89.02%-
XYZ45.9464.2221.04-
YUV194.7272.28109.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.35%
GREEN value IS 227 (89.06% from 255) = 46.14%
BLUE value IS 96 (37.89% from 255) = 19.51%
R=34.35%
G=46.14%
B=19.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal169227960.2600.580.1186.5670.0563.33
HexA9E3601A03AB57463f
Octal251343140320721312710677
Binary10101001111000111100000110100111010101110101111000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E360; }

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

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

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

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

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

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

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

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