Html Css Color HEX #ADDBA8 Moss Green

📋 copy color: '#ADDBA8'

red 173 ◦ green 219 ◦ blue 168

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

Shades of Moss Green #ADDBA8

Tints of Moss Green #ADDBA8

RGB

 RED value IS 173 (67.97% from 255) = 30.89%

 GREEN value IS 219 (85.94% from 255) = 39.11%

 BLUE value IS 168 (66.02% from 255) = 30%

R = 30.89%
G = 39.11%
B = 30%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#ADDBA8 (or 0xADDBA8) is known color: Moss Green. HEX triplet: AD, DB and A8. RGB value is (173,219,168). Sum of RGB (Red+Green+Blue) = 173+219+168=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDBA8 is #522457. Grayscale: #C7C7C7. Windows color (decimal): -5383256 or 11066285. OLE color: 11066285.

HSL color Cylindrical-coordinate representation of color #ADDBA8: hue angle of 114.12º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADDBA8 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 219 168 -
CMYK 0.21 0 0.23 0.14
HSL 114.12º 0.41% 0.76% -
HSV(B) 114.12º 0.23% 0.86% -
XYZ 49.63 62.37 46.47 -
YUV 199.43 110.26 109.15 -
System Red Green Blue C M Y K H S L
Decimal 173 219 168 0.21 0 0.23 0.14 114.12 0.41 0.76
Hex AD DB A8 15 0 17 E 72 29 4C
Octal 255 333 250 25 0 27 16 162 51 114
Binary 10101101 11011011 10101000 10101 0 10111 1110 1110010 101001 1001100

Color Harmonies of #ADDBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBA8

Black with #ADDBA8

Text Example


Text Example

White with #ADDBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBA8; }

 p { color: rgb(173,219,168); }

 H1.HeaderClassName
 {
   color: #ADDBA8;
 }
 .AnyTagClassName
 {
   color: #ADDBA8;
 }
</style>

background-color css

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

 a { background-color: rgb(173,219,168); }

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

border-color css

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

 span { border-color: rgb(173,219,168); }

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