#A8F0A4

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

Shades of Moss Green #A8F0A4

Tints of Moss Green #A8F0A4

Color information

#A8F0A4 (or 0xA8F0A4) is unknown color: approx Moss Green. HEX triplet: A8, F0 and A4. RGB value is (168,240,164). Sum of RGB (Red+Green+Blue) = 168+240+164=572 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.37% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 164 (64.45% from 255 or 28.67% from 572); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F0A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F0A4 is #570F5B. Grayscale: #D2D2D2. Windows color (decimal): -5705564 or 10809512. OLE color: 10809512.

HSL color Cylindrical-coordinate representation of color #A8F0A4: hue angle of 116.84º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F0A4 is Cyan = 0.3, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB168240164-
CMYK0.300.320.06
HSL116.84º71.7%79.22%-
HSV(B)116.84º31.67%94.12%-
XYZ54.0173.3346.43-
YUV209.81102.1598.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.37%
GREEN value IS 240 (94.14% from 255) = 41.96%
BLUE value IS 164 (64.45% from 255) = 28.67%
R=29.37%
G=41.96%
B=28.67%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1682401640.300.320.06116.8471.779.22
HexA8F0A41E020675484f
Octal250360244360406165110117
Binary101010001111000010100100111100100000110111010110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F0A4; }

 p { color: rgb(168,240,164); }

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

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

 a { background-color: rgb(168,240,164); }

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

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

 span { border-color: rgb(168,240,164); }

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