#AAFE4C

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

Shades of Green Yellow #AAFE4C

Tints of Green Yellow #AAFE4C

Color information

#AAFE4C (or 0xAAFE4C) is unknown color: approx Green Yellow. HEX triplet: AA, FE and 4C. RGB value is (170,254,76). Sum of RGB (Red+Green+Blue) = 170+254+76=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 254 (99.61% from 255 or 50.8% from 500); Blue value is 76 (30.08% from 255 or 15.2% from 500); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFE4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAFE4C is #5501B3. Grayscale: #D1D1D1. Windows color (decimal): -5570996 or 5045930. OLE color: 5045930.

HSL color Cylindrical-coordinate representation of color #AAFE4C: hue angle of 88.31º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAFE4C is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB17025476-
CMYK0.3300.700.00
HSL88.31º98.89%64.71%-
HSV(B)88.31º70.08%99.61%-
XYZ53.3279.9519.46-
YUV208.5953.17100.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34%
GREEN value IS 254 (99.61% from 255) = 50.8%
BLUE value IS 76 (30.08% from 255) = 15.2%
R=34%
G=50.8%
B=15.2%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal170254760.3300.700.0088.3198.8964.71
HexAAFE4C210460586341
Octal2523761144101060130143101
Binary10101010111111101001100100001010001100101100011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFE4C; }

 p { color: rgb(170,254,76); }

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

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

 a { background-color: rgb(170,254,76); }

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

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

 span { border-color: rgb(170,254,76); }

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