#AADB29

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

Shades of Yellow Green #AADB29

Tints of Yellow Green #AADB29

Color information

#AADB29 (or 0xAADB29) is unknown color: approx Yellow Green. HEX triplet: AA, DB and 29. RGB value is (170,219,41). Sum of RGB (Red+Green+Blue) = 170+219+41=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 41 (16.41% from 255 or 9.53% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADB29 is #5524D6. Grayscale: #B8B8B8. Windows color (decimal): -5579991 or 2743210. OLE color: 2743210.

HSL color Cylindrical-coordinate representation of color #AADB29: hue angle of 76.52º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AADB29 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB17021941-
CMYK0.2200.810.14
HSL76.52º71.2%50.98%-
HSV(B)76.52º81.28%85.88%-
XYZ42.3159.3711.33-
YUV184.0647.27117.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 219 (85.94% from 255) = 50.93%
BLUE value IS 41 (16.41% from 255) = 9.53%
R=39.53%
G=50.93%
B=9.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal170219410.2200.810.1476.5271.250.98
HexAADB2916051E4d4733
Octal252333512601211611510763
Binary10101010110110111010011011001010001111010011011000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADB29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADB29; }

 p { color: rgb(170,219,41); }

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

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

 a { background-color: rgb(170,219,41); }

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

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

 span { border-color: rgb(170,219,41); }

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