Html Css Color HEX #AAFD20 Green Yellow

📋 copy color: '#AAFD20'

red 170 ◦ green 253 ◦ blue 32

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

Shades of Green Yellow #AAFD20

Tints of Green Yellow #AAFD20

RGB

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

 GREEN value IS 253 (99.22% from 255) = 55.6%

 BLUE value IS 32 (12.89% from 255) = 7.03%

R = 37.36%
G = 55.6%
B = 7.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#AAFD20 (or 0xAAFD20) is known color: Green Yellow. HEX triplet: AA, FD and 20. RGB value is (170,253,32). Sum of RGB (Red+Green+Blue) = 170+253+32=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 253 (99.22% from 255 or 55.60% from 455); Blue value is 32 (12.89% from 255 or 7.03% from 455); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFD20 is #5502DF. Grayscale: #CBCBCB. Windows color (decimal): -5571296 or 2162090. OLE color: 2162090.

HSL color Cylindrical-coordinate representation of color #AAFD20: hue angle of 82.53º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAFD20 is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 253 32 -
CMYK 0.33 0 0.87 0.01
HSL 82.53º 0.98% 0.56% -
HSV(B) 82.53º 0.87% 0.99% -
XYZ 51.96 78.9 13.86 -
YUV 202.99 31.5 104.47 -
System Red Green Blue C M Y K H S L
Decimal 170 253 32 0.33 0 0.87 0.01 82.53 0.98 0.56
Hex AA FD 20 21 0 57 1 53 62 38
Octal 252 375 40 41 0 127 1 123 142 70
Binary 10101010 11111101 100000 100001 0 1010111 1 1010011 1100010 111000

Color Harmonies of #AAFD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFD20

Black with #AAFD20

Text Example


Text Example

White with #AAFD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFD20; }

 p { color: rgb(170,253,32); }

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

background-color css

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

 a { background-color: rgb(170,253,32); }

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

border-color css

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

 span { border-color: rgb(170,253,32); }

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