#AAF02F

Color #AAF02F Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #AAF02F

Tints of Green Yellow #AAF02F

Color information

#AAF02F (or 0xAAF02F) is unknown color: approx Green Yellow. HEX triplet: AA, F0 and 2F. RGB value is (170,240,47). Sum of RGB (Red+Green+Blue) = 170+240+47=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 240 (94.14% from 255 or 52.52% from 457); Blue value is 47 (18.75% from 255 or 10.28% from 457); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF02F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF02F is #550FD0. Grayscale: #C5C5C5. Windows color (decimal): -5574609 or 3141802. OLE color: 3141802.

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

Color convert

RGB17024047-
CMYK0.2900.800.06
HSL81.76º86.55%56.27%-
HSV(B)81.76º80.42%94.12%-
XYZ48.2571.0713.86-
YUV197.0743.31108.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 240 (94.14% from 255) = 52.52%
BLUE value IS 47 (18.75% from 255) = 10.28%
R=37.20%
G=52.52%
B=10.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal170240470.2900.800.0681.7686.5556.27
HexAAF02F1D0506525738
Octal25236057350120612212770
Binary1010101011110000101111111010101000011010100101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF02F; }

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

 H1.HeaderClassName
 {
   color: #AAF02F;
 }
 .AnyTagClassName
 {
   color: #AAF02F;
 }
</style>
background-color css

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

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

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

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

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

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