Html Css Color HEX #AAF128 Green Yellow

📋 copy color: '#AAF128'

red 170 ◦ green 241 ◦ blue 40

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

Shades of Green Yellow #AAF128

Tints of Green Yellow #AAF128

RGB

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

 GREEN value IS 241 (94.53% from 255) = 53.44%

 BLUE value IS 40 (16.02% from 255) = 8.87%

R = 37.69%
G = 53.44%
B = 8.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#AAF128 (or 0xAAF128) is known color: Green Yellow. HEX triplet: AA, F1 and 28. RGB value is (170,241,40). Sum of RGB (Red+Green+Blue) = 170+241+40=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 241 (94.53% from 255 or 53.44% from 451); Blue value is 40 (16.02% from 255 or 8.87% from 451); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF128 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF128 is #550ED7. Grayscale: #C5C5C5. Windows color (decimal): -5574360 or 2683306. OLE color: 2683306.

HSL color Cylindrical-coordinate representation of color #AAF128: hue angle of 81.19º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAF128 is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 241 40 -
CMYK 0.29 0 0.83 0.05
HSL 81.19º 0.88% 0.55% -
HSV(B) 81.19º 0.83% 0.95% -
XYZ 48.42 71.61 13.28 -
YUV 196.86 39.48 108.84 -
System Red Green Blue C M Y K H S L
Decimal 170 241 40 0.29 0 0.83 0.05 81.19 0.88 0.55
Hex AA F1 28 1D 0 53 5 51 58 37
Octal 252 361 50 35 0 123 5 121 130 67
Binary 10101010 11110001 101000 11101 0 1010011 101 1010001 1011000 110111

Color Harmonies of #AAF128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF128

Black with #AAF128

Text Example


Text Example

White with #AAF128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF128; }

 p { color: rgb(170,241,40); }

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

background-color css

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

 a { background-color: rgb(170,241,40); }

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

border-color css

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

 span { border-color: rgb(170,241,40); }

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