#AAF3A0

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

Shades of Pale Green #AAF3A0

Tints of Pale Green #AAF3A0

Color information

#AAF3A0 (or 0xAAF3A0) is unknown color: approx Pale Green. HEX triplet: AA, F3 and A0. RGB value is (170,243,160). Sum of RGB (Red+Green+Blue) = 170+243+160=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 243 (95.31% from 255 or 42.41% from 573); Blue value is 160 (62.89% from 255 or 27.92% from 573); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF3A0 is #550C5F. Grayscale: #D3D3D3. Windows color (decimal): -5573728 or 10548138. OLE color: 10548138.

HSL color Cylindrical-coordinate representation of color #AAF3A0: hue angle of 112.77º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAF3A0 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB170243160-
CMYK0.3000.340.05
HSL112.77º77.57%79.02%-
HSV(B)112.77º34.16%95.29%-
XYZ54.9775.1944.87-
YUV211.7198.8298.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.67%
GREEN value IS 243 (95.31% from 255) = 42.41%
BLUE value IS 160 (62.89% from 255) = 27.92%
R=29.67%
G=42.41%
B=27.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702431600.3000.340.05112.7777.5779.02
HexAAF3A01E0225714e4f
Octal252363240360425161116117
Binary101010101111001110100000111100100010101111000110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF3A0; }

 p { color: rgb(170,243,160); }

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

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

 a { background-color: rgb(170,243,160); }

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

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

 span { border-color: rgb(170,243,160); }

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