#A9D032

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

Shades of Yellow Green #A9D032

Tints of Yellow Green #A9D032

Color information

#A9D032 (or 0xA9D032) is unknown color: approx Yellow Green. HEX triplet: A9, D0 and 32. RGB value is (169,208,50). Sum of RGB (Red+Green+Blue) = 169+208+50=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D032 is #562FCD. Grayscale: #B2B2B2. Windows color (decimal): -5648334 or 3330217. OLE color: 3330217.

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

Color convert

RGB16920850-
CMYK0.1900.760.18
HSL74.81º62.7%50.59%-
HSV(B)74.81º75.96%81.57%-
XYZ39.4953.7811.32-
YUV178.3355.58121.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.58%
GREEN value IS 208 (81.64% from 255) = 48.71%
BLUE value IS 50 (19.92% from 255) = 11.71%
R=39.58%
G=48.71%
B=11.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal169208500.1900.760.1874.8162.750.59
HexA9D0321304C124b3f33
Octal25132062230114221137763
Binary10101001110100001100101001101001100100101001011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D032; }

 p { color: rgb(169,208,50); }

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

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

 a { background-color: rgb(169,208,50); }

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

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

 span { border-color: rgb(169,208,50); }

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