#AAF69E

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

Shades of Pale Green #AAF69E

Tints of Pale Green #AAF69E

Color information

#AAF69E (or 0xAAF69E) is unknown color: approx Pale Green. HEX triplet: AA, F6 and 9E. RGB value is (170,246,158). Sum of RGB (Red+Green+Blue) = 170+246+158=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 246 (96.48% from 255 or 42.86% from 574); Blue value is 158 (62.11% from 255 or 27.53% from 574); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF69E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF69E is #550961. Grayscale: #D5D5D5. Windows color (decimal): -5572962 or 10417834. OLE color: 10417834.

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

Color convert

RGB170246158-
CMYK0.3100.360.04
HSL111.82º83.02%79.22%-
HSV(B)111.82º35.77%96.47%-
XYZ55.776.9344.26-
YUV213.2496.8297.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.62%
GREEN value IS 246 (96.48% from 255) = 42.86%
BLUE value IS 158 (62.11% from 255) = 27.53%
R=29.62%
G=42.86%
B=27.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702461580.3100.360.04111.8283.0279.22
HexAAF69E1F024470534f
Octal252366236370444160123117
Binary101010101111011010011110111110100100100111000010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF69E; }

 p { color: rgb(170,246,158); }

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

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

 a { background-color: rgb(170,246,158); }

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

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

 span { border-color: rgb(170,246,158); }

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