Html Css Color HEX #AAF02A Green Yellow

📋 copy color: '#AAF02A'

red 170 ◦ green 240 ◦ blue 42

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

Shades of Green Yellow #AAF02A

Tints of Green Yellow #AAF02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.29%

R = 37.61%
G = 53.1%
B = 9.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#AAF02A (or 0xAAF02A) is known color: Green Yellow. HEX triplet: AA, F0 and 2A. RGB value is (170,240,42). Sum of RGB (Red+Green+Blue) = 170+240+42=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 240 (94.14% from 255 or 53.10% from 452); Blue value is 42 (16.80% from 255 or 9.29% from 452); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF02A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF02A is #550FD5. Grayscale: #C5C5C5. Windows color (decimal): -5574614 or 2814122. OLE color: 2814122.

HSL color Cylindrical-coordinate representation of color #AAF02A: hue angle of 81.21º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAF02A is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 42 -
CMYK 0.29 0 0.82 0.06
HSL 81.21º 0.87% 0.55% -
HSV(B) 81.21º 0.83% 0.94% -
XYZ 48.16 71.03 13.36 -
YUV 196.5 40.81 109.1 -
System Red Green Blue C M Y K H S L
Decimal 170 240 42 0.29 0 0.82 0.06 81.21 0.87 0.55
Hex AA F0 2A 1D 0 52 6 51 57 37
Octal 252 360 52 35 0 122 6 121 127 67
Binary 10101010 11110000 101010 11101 0 1010010 110 1010001 1010111 110111

Color Harmonies of #AAF02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF02A

Black with #AAF02A

Text Example


Text Example

White with #AAF02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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