#A8F2A4

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

Shades of Moss Green #A8F2A4

Tints of Moss Green #A8F2A4

Color information

#A8F2A4 (or 0xA8F2A4) is unknown color: approx Moss Green. HEX triplet: A8, F2 and A4. RGB value is (168,242,164). Sum of RGB (Red+Green+Blue) = 168+242+164=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 164 (64.45% from 255 or 28.57% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F2A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F2A4 is #570D5B. Grayscale: #D3D3D3. Windows color (decimal): -5705052 or 10810024. OLE color: 10810024.

HSL color Cylindrical-coordinate representation of color #A8F2A4: hue angle of 116.92º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F2A4 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB168242164-
CMYK0.3100.320.05
HSL116.92º75%79.61%-
HSV(B)116.92º32.23%94.9%-
XYZ54.674.5146.63-
YUV210.98101.4897.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.27%
GREEN value IS 242 (94.92% from 255) = 42.16%
BLUE value IS 164 (64.45% from 255) = 28.57%
R=29.27%
G=42.16%
B=28.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682421640.3100.320.05116.927579.61
HexA8F2A41F0205754b50
Octal250362244370405165113120
Binary101010001111001010100100111110100000101111010110010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F2A4; }

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

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

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

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

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

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

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

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