Html Css Color HEX #AAFC31 Green Yellow

📋 copy color: '#AAFC31'

red 170 ◦ green 252 ◦ blue 49

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

Shades of Green Yellow #AAFC31

Tints of Green Yellow #AAFC31

RGB

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

 GREEN value IS 252 (98.83% from 255) = 53.5%

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

R = 36.09%
G = 53.5%
B = 10.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#AAFC31 (or 0xAAFC31) is known color: Green Yellow. HEX triplet: AA, FC and 31. RGB value is (170,252,49). Sum of RGB (Red+Green+Blue) = 170+252+49=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 252 (98.83% from 255 or 53.50% from 471); Blue value is 49 (19.53% from 255 or 10.40% from 471); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC31 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFC31 is #5503CE. Grayscale: #CDCDCD. Windows color (decimal): -5571535 or 3275946. OLE color: 3275946.

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

Color convert

RGB 170 252 49 -
CMYK 0.33 0 0.81 0.01
HSL 84.24º 0.97% 0.59% -
HSV(B) 84.24º 0.81% 0.99% -
XYZ 51.94 78.39 15.3 -
YUV 204.34 40.33 103.51 -
System Red Green Blue C M Y K H S L
Decimal 170 252 49 0.33 0 0.81 0.01 84.24 0.97 0.59
Hex AA FC 31 21 0 51 1 54 61 3B
Octal 252 374 61 41 0 121 1 124 141 73
Binary 10101010 11111100 110001 100001 0 1010001 1 1010100 1100001 111011

Color Harmonies of #AAFC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFC31

Black with #AAFC31

Text Example


Text Example

White with #AAFC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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