#AAF13E

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

Shades of Green Yellow #AAF13E

Tints of Green Yellow #AAF13E

Color information

#AAF13E (or 0xAAF13E) is unknown color: approx Green Yellow. HEX triplet: AA, F1 and 3E. RGB value is (170,241,62). Sum of RGB (Red+Green+Blue) = 170+241+62=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 62 (24.61% from 255 or 13.11% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF13E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAF13E is #550EC1. Grayscale: #C8C8C8. Windows color (decimal): -5574338 or 4125098. OLE color: 4125098.

HSL color Cylindrical-coordinate representation of color #AAF13E: hue angle of 83.8º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAF13E is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB17024162-
CMYK0.2900.740.05
HSL83.8º86.47%59.41%-
HSV(B)83.8º74.27%94.51%-
XYZ48.971.815.84-
YUV199.3650.48107.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 241 (94.53% from 255) = 50.95%
BLUE value IS 62 (24.61% from 255) = 13.11%
R=35.94%
G=50.95%
B=13.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal170241620.2900.740.0583.886.4759.41
HexAAF13E1D04A554563b
Octal25236176350112512412673
Binary1010101011110001111110111010100101010110101001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF13E; }

 p { color: rgb(170,241,62); }

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

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

 a { background-color: rgb(170,241,62); }

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

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

 span { border-color: rgb(170,241,62); }

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