Html Css Color HEX #AADB29 Yellow Green

📋 copy color: '#AADB29'

red 170 ◦ green 219 ◦ blue 41

#AADB29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #AADB29

Tints of Yellow Green #AADB29

RGB

 RED value IS 170 (66.8% 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 value IS 0.22

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#AADB29 (or 0xAADB29) is known color: 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

RGB 170 219 41 -
CMYK 0.22 0 0.81 0.14
HSL 76.52º 0.71% 0.51% -
HSV(B) 76.52º 0.81% 0.86% -
XYZ 42.31 59.37 11.33 -
YUV 184.06 47.27 117.97 -
System Red Green Blue C M Y K H S L
Decimal 170 219 41 0.22 0 0.81 0.14 76.52 0.71 0.51
Hex AA DB 29 16 0 51 E 4D 47 33
Octal 252 333 51 26 0 121 16 115 107 63
Binary 10101010 11011011 101001 10110 0 1010001 1110 1001101 1000111 110011

Color Harmonies of #AADB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB29

Black with #AADB29

Text Example


Text Example

White with #AADB29

Text Example


Text Example

HTML Codes & Css Web 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>