Html Css Color HEX #A0DFA3 Moss Green

📋 copy color: '#A0DFA3'

red 160 ◦ green 223 ◦ blue 163

#A0DFA3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moss Green #A0DFA3

Tints of Moss Green #A0DFA3

RGB

 RED value IS 160 (62.89% from 255) = 29.3%

 GREEN value IS 223 (87.5% from 255) = 40.84%

 BLUE value IS 163 (64.06% from 255) = 29.85%

R = 29.3%
G = 40.84%
B = 29.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#A0DFA3 (or 0xA0DFA3) is known color: 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

RGB 160 223 163 -
CMYK 0.28 0 0.27 0.13
HSL 122.86º 0.5% 0.75% -
HSV(B) 122.86º 0.28% 0.87% -
XYZ 47.5 62.89 44.29 -
YUV 197.32 108.63 101.38 -
System Red Green Blue C M Y K H S L
Decimal 160 223 163 0.28 0 0.27 0.13 122.86 0.5 0.75
Hex A0 DF A3 1C 0 1B D 7B 32 4B
Octal 240 337 243 34 0 33 15 173 62 113
Binary 10100000 11011111 10100011 11100 0 11011 1101 1111011 110010 1001011

Color Harmonies of #A0DFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DFA3

Black with #A0DFA3

Text Example


Text Example

White with #A0DFA3

Text Example


Text Example

HTML Codes & Css Web 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>