Html Css Color HEX #ADDBAB Moss Green

📋 copy color: '#ADDBAB'

red 173 ◦ green 219 ◦ blue 171

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

Shades of Moss Green #ADDBAB

Tints of Moss Green #ADDBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.37%

R = 30.73%
G = 38.9%
B = 30.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#ADDBAB (or 0xADDBAB) is known color: Moss Green. HEX triplet: AD, DB and AB. RGB value is (173,219,171). Sum of RGB (Red+Green+Blue) = 173+219+171=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDBAB is #522454. Grayscale: #C7C7C7. Windows color (decimal): -5383253 or 11262893. OLE color: 11262893.

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

Color convert

RGB 173 219 171 -
CMYK 0.21 0 0.22 0.14
HSL 117.5º 0.4% 0.76% -
HSV(B) 117.5º 0.22% 0.86% -
XYZ 49.92 62.49 47.96 -
YUV 199.77 111.76 108.9 -
System Red Green Blue C M Y K H S L
Decimal 173 219 171 0.21 0 0.22 0.14 117.5 0.4 0.76
Hex AD DB AB 15 0 16 E 76 28 4C
Octal 255 333 253 25 0 26 16 166 50 114
Binary 10101101 11011011 10101011 10101 0 10110 1110 1110110 101000 1001100

Color Harmonies of #ADDBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBAB

Black with #ADDBAB

Text Example


Text Example

White with #ADDBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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