Html Css Color HEX #AAFF20 Green Yellow

📋 copy color: '#AAFF20'

red 170 ◦ green 255 ◦ blue 32

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

Shades of Green Yellow #AAFF20

Tints of Green Yellow #AAFF20

RGB

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

 GREEN value IS 255 (100% from 255) = 55.8%

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

R = 37.2%
G = 55.8%
B = 7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#AAFF20 (or 0xAAFF20) is known color: Green Yellow. HEX triplet: AA, FF and 20. RGB value is (170,255,32). Sum of RGB (Red+Green+Blue) = 170+255+32=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 32 (12.89% from 255 or 7.00% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFF20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFF20 is #5500DF. Grayscale: #CCCCCC. Windows color (decimal): -5570784 or 2162602. OLE color: 2162602.

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

Color convert

RGB 170 255 32 -
CMYK 0.33 0 0.87 0
HSL 82.87º 1% 0.56% -
HSV(B) 82.87º 0.87% 1% -
XYZ 52.6 80.17 14.07 -
YUV 204.16 30.84 103.63 -
System Red Green Blue C M Y K H S L
Decimal 170 255 32 0.33 0 0.87 0 82.87 1 0.56
Hex AA FF 20 21 0 57 0 53 64 38
Octal 252 377 40 41 0 127 0 123 144 70
Binary 10101010 11111111 100000 100001 0 1010111 0 1010011 1100100 111000

Color Harmonies of #AAFF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFF20

Black with #AAFF20

Text Example


Text Example

White with #AAFF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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