#AAF728

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

Shades of Green Yellow #AAF728

Tints of Green Yellow #AAF728

Color information

#AAF728 (or 0xAAF728) is unknown color: approx Green Yellow. HEX triplet: AA, F7 and 28. RGB value is (170,247,40). Sum of RGB (Red+Green+Blue) = 170+247+40=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 247 (96.88% from 255 or 54.05% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF728 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF728 is #5508D7. Grayscale: #C9C9C9. Windows color (decimal): -5572824 or 2684842. OLE color: 2684842.

HSL color Cylindrical-coordinate representation of color #AAF728: hue angle of 82.32º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAF728 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB17024740-
CMYK0.3100.840.03
HSL82.32º92.83%56.27%-
HSV(B)82.32º83.81%96.86%-
XYZ50.2275.2213.88-
YUV200.3837.49106.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 247 (96.88% from 255) = 54.05%
BLUE value IS 40 (16.02% from 255) = 8.75%
R=37.20%
G=54.05%
B=8.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal170247400.3100.840.0382.3292.8356.27
HexAAF7281F0543525d38
Octal25236750370124312213570
Binary101010101111011110100011111010101001110100101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF728; }

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

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

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

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

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

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

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

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