Html Css Color HEX #AAF032 Green Yellow

📋 copy color: '#AAF032'

red 170 ◦ green 240 ◦ blue 50

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

Shades of Green Yellow #AAF032

Tints of Green Yellow #AAF032

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.17%

 BLUE value IS 50 (19.92% from 255) = 10.87%

R = 36.96%
G = 52.17%
B = 10.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#AAF032 (or 0xAAF032) is known color: Green Yellow. HEX triplet: AA, F0 and 32. RGB value is (170,240,50). Sum of RGB (Red+Green+Blue) = 170+240+50=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 240 (94.14% from 255 or 52.17% from 460); Blue value is 50 (19.92% from 255 or 10.87% from 460); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF032 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF032 is #550FCD. Grayscale: #C6C6C6. Windows color (decimal): -5574606 or 3338410. OLE color: 3338410.

HSL color Cylindrical-coordinate representation of color #AAF032: hue angle of 82.11º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAF032 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 50 -
CMYK 0.29 0 0.79 0.06
HSL 82.11º 0.86% 0.57% -
HSV(B) 82.11º 0.79% 0.94% -
XYZ 48.31 71.1 14.19 -
YUV 197.41 44.81 108.45 -
System Red Green Blue C M Y K H S L
Decimal 170 240 50 0.29 0 0.79 0.06 82.11 0.86 0.57
Hex AA F0 32 1D 0 4F 6 52 56 39
Octal 252 360 62 35 0 117 6 122 126 71
Binary 10101010 11110000 110010 11101 0 1001111 110 1010010 1010110 111001

Color Harmonies of #AAF032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF032

Black with #AAF032

Text Example


Text Example

White with #AAF032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF032; }

 p { color: rgb(170,240,50); }

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

background-color css

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

 a { background-color: rgb(170,240,50); }

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

border-color css

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

 span { border-color: rgb(170,240,50); }

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