Html Css Color HEX #AADA29 Yellow Green

📋 copy color: '#AADA29'

red 170 ◦ green 218 ◦ blue 41

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

Shades of Yellow Green #AADA29

Tints of Yellow Green #AADA29

RGB

 RED value IS 170 (66.8% from 255) = 39.63%

 GREEN value IS 218 (85.55% from 255) = 50.82%

 BLUE value IS 41 (16.41% from 255) = 9.56%

R = 39.63%
G = 50.82%
B = 9.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#AADA29 (or 0xAADA29) is known color: Yellow Green. HEX triplet: AA, DA and 29. RGB value is (170,218,41). Sum of RGB (Red+Green+Blue) = 170+218+41=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 218 (85.55% from 255 or 50.82% from 429); Blue value is 41 (16.41% from 255 or 9.56% from 429); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADA29 is #5525D6. Grayscale: #B8B8B8. Windows color (decimal): -5580247 or 2742954. OLE color: 2742954.

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

Color convert

RGB 170 218 41 -
CMYK 0.22 0 0.81 0.15
HSL 76.27º 0.71% 0.51% -
HSV(B) 76.27º 0.81% 0.85% -
XYZ 42.05 58.85 11.24 -
YUV 183.47 47.6 118.39 -
System Red Green Blue C M Y K H S L
Decimal 170 218 41 0.22 0 0.81 0.15 76.27 0.71 0.51
Hex AA DA 29 16 0 51 F 4C 47 33
Octal 252 332 51 26 0 121 17 114 107 63
Binary 10101010 11011010 101001 10110 0 1010001 1111 1001100 1000111 110011

Color Harmonies of #AADA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADA29

Black with #AADA29

Text Example


Text Example

White with #AADA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADA29; }

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

 H1.HeaderClassName
 {
   color: #AADA29;
 }
 .AnyTagClassName
 {
   color: #AADA29;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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