Html Css Color HEX #AAF431 Green Yellow

📋 copy color: '#AAF431'

red 170 ◦ green 244 ◦ blue 49

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

Shades of Green Yellow #AAF431

Tints of Green Yellow #AAF431

RGB

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

 GREEN value IS 244 (95.7% from 255) = 52.7%

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

R = 36.72%
G = 52.7%
B = 10.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#AAF431 (or 0xAAF431) is known color: Green Yellow. HEX triplet: AA, F4 and 31. RGB value is (170,244,49). Sum of RGB (Red+Green+Blue) = 170+244+49=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 244 (95.70% from 255 or 52.70% from 463); Blue value is 49 (19.53% from 255 or 10.58% from 463); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF431 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF431 is #550BCE. Grayscale: #C8C8C8. Windows color (decimal): -5573583 or 3273898. OLE color: 3273898.

HSL color Cylindrical-coordinate representation of color #AAF431: hue angle of 82.77º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAF431 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 244 49 -
CMYK 0.30 0 0.80 0.04
HSL 82.77º 0.9% 0.57% -
HSV(B) 82.77º 0.8% 0.96% -
XYZ 49.48 73.47 14.48 -
YUV 199.64 42.98 106.86 -
System Red Green Blue C M Y K H S L
Decimal 170 244 49 0.30 0 0.80 0.04 82.77 0.9 0.57
Hex AA F4 31 1E 0 50 4 53 5A 39
Octal 252 364 61 36 0 120 4 123 132 71
Binary 10101010 11110100 110001 11110 0 1010000 100 1010011 1011010 111001

Color Harmonies of #AAF431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF431

Black with #AAF431

Text Example


Text Example

White with #AAF431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF431; }

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

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

background-color css

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

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

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

border-color css

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

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

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