#A9D162

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

Shades of Conifer #A9D162

Tints of Conifer #A9D162

Color information

#A9D162 (or 0xA9D162) is unknown color: approx Conifer. HEX triplet: A9, D1 and 62. RGB value is (169,209,98). Sum of RGB (Red+Green+Blue) = 169+209+98=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 98 (38.67% from 255 or 20.59% from 476); Max value from RGB is 209 - color contains mainly: green. Hex color #A9D162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D162 is #562E9D. Grayscale: #B8B8B8. Windows color (decimal): -5648030 or 6476201. OLE color: 6476201.

HSL color Cylindrical-coordinate representation of color #A9D162: hue angle of 81.62º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A9D162 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB16920998-
CMYK0.1900.530.18
HSL81.62º54.68%60.2%-
HSV(B)81.62º53.11%81.96%-
XYZ41.3754.9219.98-
YUV184.3979.25117.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.50%
GREEN value IS 209 (82.03% from 255) = 43.91%
BLUE value IS 98 (38.67% from 255) = 20.59%
R=35.50%
G=43.91%
B=20.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal169209980.1900.530.1881.6254.6860.2
HexA9D162130351252373c
Octal25132114223065221226774
Binary10101001110100011100010100110110101100101010010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D162; }

 p { color: rgb(169,209,98); }

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

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

 a { background-color: rgb(169,209,98); }

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

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

 span { border-color: rgb(169,209,98); }

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