Html Css Color HEX #AAF720 Green Yellow

📋 copy color: '#AAF720'

red 170 ◦ green 247 ◦ blue 32

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

Shades of Green Yellow #AAF720

Tints of Green Yellow #AAF720

RGB

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

 GREEN value IS 247 (96.88% from 255) = 55.01%

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

R = 37.86%
G = 55.01%
B = 7.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#AAF720 (or 0xAAF720) is known color: Green Yellow. HEX triplet: AA, F7 and 20. RGB value is (170,247,32). Sum of RGB (Red+Green+Blue) = 170+247+32=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 247 (96.88% from 255 or 55.01% from 449); Blue value is 32 (12.89% from 255 or 7.13% from 449); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF720 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF720 is #5508DF. Grayscale: #C8C8C8. Windows color (decimal): -5572832 or 2160554. OLE color: 2160554.

HSL color Cylindrical-coordinate representation of color #AAF720: hue angle of 81.49º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAF720 is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 247 32 -
CMYK 0.31 0 0.87 0.03
HSL 81.49º 0.93% 0.55% -
HSV(B) 81.49º 0.87% 0.97% -
XYZ 50.1 75.17 13.24 -
YUV 199.47 33.49 106.98 -
System Red Green Blue C M Y K H S L
Decimal 170 247 32 0.31 0 0.87 0.03 81.49 0.93 0.55
Hex AA F7 20 1F 0 57 3 51 5D 37
Octal 252 367 40 37 0 127 3 121 135 67
Binary 10101010 11110111 100000 11111 0 1010111 11 1010001 1011101 110111

Color Harmonies of #AAF720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF720

Black with #AAF720

Text Example


Text Example

White with #AAF720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF720; }

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

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

background-color css

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

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

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

border-color css

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

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

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