Html Css Color HEX #AAF031 Green Yellow

📋 copy color: '#AAF031'

red 170 ◦ green 240 ◦ blue 49

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

Shades of Green Yellow #AAF031

Tints of Green Yellow #AAF031

RGB

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

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

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

R = 37.04%
G = 52.29%
B = 10.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#AAF031 (or 0xAAF031) is known color: Green Yellow. HEX triplet: AA, F0 and 31. RGB value is (170,240,49). Sum of RGB (Red+Green+Blue) = 170+240+49=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 49 (19.53% from 255 or 10.68% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF031 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF031 is #550FCE. Grayscale: #C5C5C5. Windows color (decimal): -5574607 or 3272874. OLE color: 3272874.

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

Color convert

RGB 170 240 49 -
CMYK 0.29 0 0.80 0.06
HSL 81.99º 0.86% 0.57% -
HSV(B) 81.99º 0.8% 0.94% -
XYZ 48.29 71.09 14.08 -
YUV 197.3 44.31 108.53 -
System Red Green Blue C M Y K H S L
Decimal 170 240 49 0.29 0 0.80 0.06 81.99 0.86 0.57
Hex AA F0 31 1D 0 50 6 52 56 39
Octal 252 360 61 35 0 120 6 122 126 71
Binary 10101010 11110000 110001 11101 0 1010000 110 1010010 1010110 111001

Color Harmonies of #AAF031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF031

Black with #AAF031

Text Example


Text Example

White with #AAF031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF031; }

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

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

background-color css

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

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

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

border-color css

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

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

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