Html Css Color HEX #AADB2A Yellow Green

📋 copy color: '#AADB2A'

red 170 ◦ green 219 ◦ blue 42

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

Shades of Yellow Green #AADB2A

Tints of Yellow Green #AADB2A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.81%

 BLUE value IS 42 (16.8% from 255) = 9.74%

R = 39.44%
G = 50.81%
B = 9.74%

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

#AADB2A (or 0xAADB2A) is known color: Yellow Green. HEX triplet: AA, DB and 2A. RGB value is (170,219,42). Sum of RGB (Red+Green+Blue) = 170+219+42=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 42 (16.80% from 255 or 9.74% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADB2A is #5524D5. Grayscale: #B8B8B8. Windows color (decimal): -5579990 or 2808746. OLE color: 2808746.

HSL color Cylindrical-coordinate representation of color #AADB2A: hue angle of 76.61º 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 #AADB2A is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 219 42 -
CMYK 0.22 0 0.81 0.14
HSL 76.61º 0.71% 0.51% -
HSV(B) 76.61º 0.81% 0.86% -
XYZ 42.33 59.38 11.42 -
YUV 184.17 47.77 117.89 -
System Red Green Blue C M Y K H S L
Decimal 170 219 42 0.22 0 0.81 0.14 76.61 0.71 0.51
Hex AA DB 2A 16 0 51 E 4D 47 33
Octal 252 333 52 26 0 121 16 115 107 63
Binary 10101010 11011011 101010 10110 0 1010001 1110 1001101 1000111 110011

Color Harmonies of #AADB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB2A

Black with #AADB2A

Text Example


Text Example

White with #AADB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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