Html Css Color HEX #AAFE31 Green Yellow

📋 copy color: '#AAFE31'

red 170 ◦ green 254 ◦ blue 49

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

Shades of Green Yellow #AAFE31

Tints of Green Yellow #AAFE31

RGB

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

 GREEN value IS 254 (99.61% from 255) = 53.7%

 BLUE value IS 49 (19.53% from 255) = 10.36%

R = 35.94%
G = 53.7%
B = 10.36%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#AAFE31 (or 0xAAFE31) is known color: Green Yellow. HEX triplet: AA, FE and 31. RGB value is (170,254,49). Sum of RGB (Red+Green+Blue) = 170+254+49=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 254 (99.61% from 255 or 53.70% from 473); Blue value is 49 (19.53% from 255 or 10.36% from 473); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE31 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFE31 is #5501CE. Grayscale: #CECECE. Windows color (decimal): -5571023 or 3276458. OLE color: 3276458.

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

Color convert

RGB 170 254 49 -
CMYK 0.33 0 0.81 0.00
HSL 84.59º 0.99% 0.59% -
HSV(B) 84.59º 0.81% 1% -
XYZ 52.57 79.65 15.51 -
YUV 205.51 39.67 102.67 -
System Red Green Blue C M Y K H S L
Decimal 170 254 49 0.33 0 0.81 0.00 84.59 0.99 0.59
Hex AA FE 31 21 0 51 0 55 63 3B
Octal 252 376 61 41 0 121 0 125 143 73
Binary 10101010 11111110 110001 100001 0 1010001 0 1010101 1100011 111011

Color Harmonies of #AAFE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFE31

Black with #AAFE31

Text Example


Text Example

White with #AAFE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFE31; }

 p { color: rgb(170,254,49); }

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

background-color css

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

 a { background-color: rgb(170,254,49); }

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

border-color css

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

 span { border-color: rgb(170,254,49); }

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