Html Css Color HEX #AAFA32 Green Yellow

📋 copy color: '#AAFA32'

red 170 ◦ green 250 ◦ blue 50

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

Shades of Green Yellow #AAFA32

Tints of Green Yellow #AAFA32

RGB

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

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

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

R = 36.17%
G = 53.19%
B = 10.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#AAFA32 (or 0xAAFA32) is known color: Green Yellow. HEX triplet: AA, FA and 32. RGB value is (170,250,50). Sum of RGB (Red+Green+Blue) = 170+250+50=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 250 (98.05% from 255 or 53.19% from 470); Blue value is 50 (19.92% from 255 or 10.64% from 470); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFA32 is #5505CD. Grayscale: #CCCCCC. Windows color (decimal): -5572046 or 3340970. OLE color: 3340970.

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

Color convert

RGB 170 250 50 -
CMYK 0.32 0 0.8 0.02
HSL 84º 0.95% 0.59% -
HSV(B) 84º 0.8% 0.98% -
XYZ 51.34 77.15 15.2 -
YUV 203.28 41.5 104.26 -
System Red Green Blue C M Y K H S L
Decimal 170 250 50 0.32 0 0.8 0.02 84 0.95 0.59
Hex AA FA 32 20 0 50 2 54 5F 3B
Octal 252 372 62 40 0 120 2 124 137 73
Binary 10101010 11111010 110010 100000 0 1010000 10 1010100 1011111 111011

Color Harmonies of #AAFA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA32

Black with #AAFA32

Text Example


Text Example

White with #AAFA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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