Html Css Color HEX #AAF831 Green Yellow

📋 copy color: '#AAF831'

red 170 ◦ green 248 ◦ blue 49

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

Shades of Green Yellow #AAF831

Tints of Green Yellow #AAF831

RGB

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

 GREEN value IS 248 (97.27% from 255) = 53.1%

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

R = 36.4%
G = 53.1%
B = 10.49%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#AAF831 (or 0xAAF831) is known color: Green Yellow. HEX triplet: AA, F8 and 31. RGB value is (170,248,49). Sum of RGB (Red+Green+Blue) = 170+248+49=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 248 (97.27% from 255 or 53.10% from 467); Blue value is 49 (19.53% from 255 or 10.49% from 467); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF831 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF831 is #5507CE. Grayscale: #CACACA. Windows color (decimal): -5572559 or 3274922. OLE color: 3274922.

HSL color Cylindrical-coordinate representation of color #AAF831: hue angle of 83.52º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAF831 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 248 49 -
CMYK 0.31 0 0.80 0.03
HSL 83.52º 0.93% 0.58% -
HSV(B) 83.52º 0.8% 0.97% -
XYZ 50.7 75.9 14.88 -
YUV 201.99 41.66 105.18 -
System Red Green Blue C M Y K H S L
Decimal 170 248 49 0.31 0 0.80 0.03 83.52 0.93 0.58
Hex AA F8 31 1F 0 50 3 54 5D 3A
Octal 252 370 61 37 0 120 3 124 135 72
Binary 10101010 11111000 110001 11111 0 1010000 11 1010100 1011101 111010

Color Harmonies of #AAF831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF831

Black with #AAF831

Text Example


Text Example

White with #AAF831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF831; }

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

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

background-color css

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

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

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

border-color css

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

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

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