#AAF542

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

Shades of Green Yellow #AAF542

Tints of Green Yellow #AAF542

Color information

#AAF542 (or 0xAAF542) is unknown color: approx Green Yellow. HEX triplet: AA, F5 and 42. RGB value is (170,245,66). Sum of RGB (Red+Green+Blue) = 170+245+66=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 245 (96.09% from 255 or 50.94% from 481); Blue value is 66 (26.17% from 255 or 13.72% from 481); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF542 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF542 is #550ABD. Grayscale: #CACACA. Windows color (decimal): -5573310 or 4388266. OLE color: 4388266.

HSL color Cylindrical-coordinate representation of color #AAF542: hue angle of 85.14º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAF542 is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB17024566-
CMYK0.3100.730.04
HSL85.14º89.95%60.98%-
HSV(B)85.14º73.06%96.08%-
XYZ50.2174.2416.84-
YUV202.1751.15105.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 245 (96.09% from 255) = 50.94%
BLUE value IS 66 (26.17% from 255) = 13.72%
R=35.34%
G=50.94%
B=13.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal170245660.3100.730.0485.1489.9560.98
HexAAF5421F0494555a3d
Octal252365102370111412513275
Binary10101010111101011000010111110100100110010101011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF542; }

 p { color: rgb(170,245,66); }

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

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

 a { background-color: rgb(170,245,66); }

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

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

 span { border-color: rgb(170,245,66); }

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