Html Css Color HEX #AAF122 Green Yellow

📋 copy color: '#AAF122'

red 170 ◦ green 241 ◦ blue 34

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

Shades of Green Yellow #AAF122

Tints of Green Yellow #AAF122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.64%

R = 38.2%
G = 54.16%
B = 7.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#AAF122 (or 0xAAF122) is known color: Green Yellow. HEX triplet: AA, F1 and 22. RGB value is (170,241,34). Sum of RGB (Red+Green+Blue) = 170+241+34=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 241 (94.53% from 255 or 54.16% from 445); Blue value is 34 (13.67% from 255 or 7.64% from 445); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF122 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF122 is #550EDD. Grayscale: #C4C4C4. Windows color (decimal): -5574366 or 2290090. OLE color: 2290090.

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

Color convert

RGB 170 241 34 -
CMYK 0.29 0 0.86 0.05
HSL 80.58º 0.88% 0.54% -
HSV(B) 80.58º 0.86% 0.95% -
XYZ 48.32 71.57 12.78 -
YUV 196.17 36.48 109.33 -
System Red Green Blue C M Y K H S L
Decimal 170 241 34 0.29 0 0.86 0.05 80.58 0.88 0.54
Hex AA F1 22 1D 0 56 5 51 58 36
Octal 252 361 42 35 0 126 5 121 130 66
Binary 10101010 11110001 100010 11101 0 1010110 101 1010001 1011000 110110

Color Harmonies of #AAF122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF122

Black with #AAF122

Text Example


Text Example

White with #AAF122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF122; }

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

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

background-color css

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

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

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

border-color css

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

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

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