#A0DFA3

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

Shades of Moss Green #A0DFA3

Tints of Moss Green #A0DFA3

Color information

#A0DFA3 (or 0xA0DFA3) is unknown color: approx Moss Green. HEX triplet: A0, DF and A3. RGB value is (160,223,163). Sum of RGB (Red+Green+Blue) = 160+223+163=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 163 (64.06% from 255 or 29.85% from 546); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DFA3 is #5F205C. Grayscale: #C5C5C5. Windows color (decimal): -6234205 or 10739616. OLE color: 10739616.

HSL color Cylindrical-coordinate representation of color #A0DFA3: hue angle of 122.86º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DFA3 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB160223163-
CMYK0.2800.270.13
HSL122.86º49.61%75.1%-
HSV(B)122.86º28.25%87.45%-
XYZ47.562.8944.29-
YUV197.32108.63101.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.30%
GREEN value IS 223 (87.5% from 255) = 40.84%
BLUE value IS 163 (64.06% from 255) = 29.85%
R=29.30%
G=40.84%
B=29.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602231630.2800.270.13122.8649.6175.1
HexA0DFA31C01BD7b324b
Octal240337243340331517362113
Binary10100000110111111010001111100011011110111110111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DFA3; }

 p { color: rgb(160,223,163); }

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

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

 a { background-color: rgb(160,223,163); }

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

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

 span { border-color: rgb(160,223,163); }

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