#AFFAA9

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

Shades of Moss Green #AFFAA9

Tints of Moss Green #AFFAA9

Color information

#AFFAA9 (or 0xAFFAA9) is unknown color: approx Moss Green. HEX triplet: AF, FA and A9. RGB value is (175,250,169). Sum of RGB (Red+Green+Blue) = 175+250+169=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 169 (66.41% from 255 or 28.45% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFAA9 is #500556. Grayscale: #DADADA. Windows color (decimal): -5244247 or 11139759. OLE color: 11139759.

HSL color Cylindrical-coordinate representation of color #AFFAA9: hue angle of 115.56º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFFAA9 is Cyan = 0.3, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB175250169-
CMYK0.300.320.02
HSL115.56º89.01%82.16%-
HSV(B)115.56º32.4%98.04%-
XYZ59.0380.3549.93-
YUV218.34100.1597.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.46%
GREEN value IS 250 (98.05% from 255) = 42.09%
BLUE value IS 169 (66.41% from 255) = 28.45%
R=29.46%
G=42.09%
B=28.45%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501690.300.320.02115.5689.0182.16
HexAFFAA91E0202745952
Octal257372251360402164131122
Binary10101111111110101010100111110010000010111010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFAA9; }

 p { color: rgb(175,250,169); }

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

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

 a { background-color: rgb(175,250,169); }

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

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

 span { border-color: rgb(175,250,169); }

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