#AAF8A3

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

Shades of Pale Green #AAF8A3

Tints of Pale Green #AAF8A3

Color information

#AAF8A3 (or 0xAAF8A3) is unknown color: approx Pale Green. HEX triplet: AA, F8 and A3. RGB value is (170,248,163). Sum of RGB (Red+Green+Blue) = 170+248+163=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 248 (97.27% from 255 or 42.69% from 581); Blue value is 163 (64.06% from 255 or 28.06% from 581); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8A3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF8A3 is #55075C. Grayscale: #D7D7D7. Windows color (decimal): -5572445 or 10746026. OLE color: 10746026.

HSL color Cylindrical-coordinate representation of color #AAF8A3: hue angle of 115.06º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAF8A3 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB170248163-
CMYK0.3100.340.03
HSL115.06º85.86%80.59%-
HSV(B)115.06º34.27%97.25%-
XYZ56.7678.3346.78-
YUV214.9998.6695.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 248 (97.27% from 255) = 42.69%
BLUE value IS 163 (64.06% from 255) = 28.06%
R=29.26%
G=42.69%
B=28.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1702481630.3100.340.03115.0685.8680.59
HexAAF8A31F0223735651
Octal252370243370423163126121
Binary10101010111110001010001111111010001011111001110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF8A3; }

 p { color: rgb(170,248,163); }

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

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

 a { background-color: rgb(170,248,163); }

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

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

 span { border-color: rgb(170,248,163); }

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