#AAF033

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

Shades of Green Yellow #AAF033

Tints of Green Yellow #AAF033

Color information

#AAF033 (or 0xAAF033) is unknown color: approx Green Yellow. HEX triplet: AA, F0 and 33. RGB value is (170,240,51). Sum of RGB (Red+Green+Blue) = 170+240+51=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 51 (20.31% from 255 or 11.06% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF033 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF033 is #550FCC. Grayscale: #C6C6C6. Windows color (decimal): -5574605 or 3403946. OLE color: 3403946.

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

Color convert

RGB17024051-
CMYK0.2900.790.06
HSL82.22º86.3%57.06%-
HSV(B)82.22º78.75%94.12%-
XYZ48.3471.1114.31-
YUV197.5245.31108.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 240 (94.14% from 255) = 52.06%
BLUE value IS 51 (20.31% from 255) = 11.06%
R=36.88%
G=52.06%
B=11.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal170240510.2900.790.0682.2286.357.06
HexAAF0331D04F6525639
Octal25236063350117612212671
Binary1010101011110000110011111010100111111010100101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF033; }

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

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

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

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

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

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

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

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