#A9D35A

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

Shades of Conifer #A9D35A

Tints of Conifer #A9D35A

Color information

#A9D35A (or 0xA9D35A) is unknown color: approx Conifer. HEX triplet: A9, D3 and 5A. RGB value is (169,211,90). Sum of RGB (Red+Green+Blue) = 169+211+90=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 211 - color contains mainly: green. Hex color #A9D35A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D35A is #562CA5. Grayscale: #B9B9B9. Windows color (decimal): -5647526 or 5952425. OLE color: 5952425.

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

Color convert

RGB16921190-
CMYK0.2000.570.17
HSL80.83º57.89%59.02%-
HSV(B)80.83º57.35%82.75%-
XYZ41.555.7618.25-
YUV184.6574.59116.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.96%
GREEN value IS 211 (82.81% from 255) = 44.89%
BLUE value IS 90 (35.55% from 255) = 19.15%
R=35.96%
G=44.89%
B=19.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal169211900.2000.570.1780.8357.8959.02
HexA9D35A1403911513a3b
Octal25132313224071211217273
Binary10101001110100111011010101000111001100011010001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D35A; }

 p { color: rgb(169,211,90); }

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

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

 a { background-color: rgb(169,211,90); }

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

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

 span { border-color: rgb(169,211,90); }

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