#A9D460

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

Shades of Conifer #A9D460

Tints of Conifer #A9D460

Color information

#A9D460 (or 0xA9D460) is unknown color: approx Conifer. HEX triplet: A9, D4 and 60. RGB value is (169,212,96). Sum of RGB (Red+Green+Blue) = 169+212+96=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 212 - color contains mainly: green. Hex color #A9D460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D460 is #562B9F. Grayscale: #BABABA. Windows color (decimal): -5647264 or 6345897. OLE color: 6345897.

HSL color Cylindrical-coordinate representation of color #A9D460: hue angle of 82.24º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A9D460 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB16921296-
CMYK0.2000.550.17
HSL82.24º57.43%60.39%-
HSV(B)82.24º54.72%83.14%-
XYZ42.0256.3719.73-
YUV185.9277.25115.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.43%
GREEN value IS 212 (83.20% from 255) = 44.44%
BLUE value IS 96 (37.89% from 255) = 20.13%
R=35.43%
G=44.44%
B=20.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal169212960.2000.550.1782.2457.4360.39
HexA9D460140371152393c
Octal25132414024067211227174
Binary10101001110101001100000101000110111100011010010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D460; }

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

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

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

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

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

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

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

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