Html Css Color HEX #AAFA20 Green Yellow

📋 copy color: '#AAFA20'

red 170 ◦ green 250 ◦ blue 32

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

Shades of Green Yellow #AAFA20

Tints of Green Yellow #AAFA20

RGB

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

 GREEN value IS 250 (98.05% from 255) = 55.31%

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

R = 37.61%
G = 55.31%
B = 7.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#AAFA20 (or 0xAAFA20) is known color: Green Yellow. HEX triplet: AA, FA and 20. RGB value is (170,250,32). Sum of RGB (Red+Green+Blue) = 170+250+32=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 250 (98.05% from 255 or 55.31% from 452); Blue value is 32 (12.89% from 255 or 7.08% from 452); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFA20 is #5505DF. Grayscale: #CACACA. Windows color (decimal): -5572064 or 2161322. OLE color: 2161322.

HSL color Cylindrical-coordinate representation of color #AAFA20: hue angle of 82.02º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAFA20 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 32 -
CMYK 0.32 0 0.87 0.02
HSL 82.02º 0.96% 0.55% -
HSV(B) 82.02º 0.87% 0.98% -
XYZ 51.02 77.02 13.54 -
YUV 201.23 32.5 105.73 -
System Red Green Blue C M Y K H S L
Decimal 170 250 32 0.32 0 0.87 0.02 82.02 0.96 0.55
Hex AA FA 20 20 0 57 2 52 60 37
Octal 252 372 40 40 0 127 2 122 140 67
Binary 10101010 11111010 100000 100000 0 1010111 10 1010010 1100000 110111

Color Harmonies of #AAFA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA20

Black with #AAFA20

Text Example


Text Example

White with #AAFA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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