#AAF49F

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

Shades of Pale Green #AAF49F

Tints of Pale Green #AAF49F

Color information

#AAF49F (or 0xAAF49F) is unknown color: approx Pale Green. HEX triplet: AA, F4 and 9F. RGB value is (170,244,159). Sum of RGB (Red+Green+Blue) = 170+244+159=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 244 (95.70% from 255 or 42.58% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF49F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF49F is #550B60. Grayscale: #D4D4D4. Windows color (decimal): -5573473 or 10482858. OLE color: 10482858.

HSL color Cylindrical-coordinate representation of color #AAF49F: hue angle of 112.24º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAF49F is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB170244159-
CMYK0.3000.350.04
HSL112.24º79.44%79.02%-
HSV(B)112.24º34.84%95.69%-
XYZ55.1975.7544.51-
YUV212.1897.9897.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.67%
GREEN value IS 244 (95.70% from 255) = 42.58%
BLUE value IS 159 (62.5% from 255) = 27.75%
R=29.67%
G=42.58%
B=27.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702441590.3000.350.04112.2479.4479.02
HexAAF49F1E0234704f4f
Octal252364237360434160117117
Binary101010101111010010011111111100100011100111000010011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF49F; }

 p { color: rgb(170,244,159); }

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

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

 a { background-color: rgb(170,244,159); }

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

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

 span { border-color: rgb(170,244,159); }

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