#AAF69F

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

Shades of Pale Green #AAF69F

Tints of Pale Green #AAF69F

Color information

#AAF69F (or 0xAAF69F) is unknown color: approx Pale Green. HEX triplet: AA, F6 and 9F. RGB value is (170,246,159). Sum of RGB (Red+Green+Blue) = 170+246+159=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 246 (96.48% from 255 or 42.78% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF69F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF69F is #550960. Grayscale: #D5D5D5. Windows color (decimal): -5572961 or 10483370. OLE color: 10483370.

HSL color Cylindrical-coordinate representation of color #AAF69F: hue angle of 112.41º degrees, saturation: 0.83, 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 #AAF69F is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB170246159-
CMYK0.3100.350.04
HSL112.41º82.86%79.41%-
HSV(B)112.41º35.37%96.47%-
XYZ55.7976.9644.72-
YUV213.3697.3297.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.57%
GREEN value IS 246 (96.48% from 255) = 42.78%
BLUE value IS 159 (62.5% from 255) = 27.65%
R=29.57%
G=42.78%
B=27.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702461590.3100.350.04112.4182.8679.41
HexAAF69F1F023470534f
Octal252366237370434160123117
Binary101010101111011010011111111110100011100111000010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF69F; }

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

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

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

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

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

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

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

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