#ABDBAB

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

Shades of Moss Green #ABDBAB

Tints of Moss Green #ABDBAB

Color information

#ABDBAB (or 0xABDBAB) is unknown color: approx Moss Green. HEX triplet: AB, DB and AB. RGB value is (171,219,171). Sum of RGB (Red+Green+Blue) = 171+219+171=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDBAB is #542454. Grayscale: #C7C7C7. Windows color (decimal): -5514325 or 11262891. OLE color: 11262891.

HSL color Cylindrical-coordinate representation of color #ABDBAB: hue angle of 120º 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 #ABDBAB is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB171219171-
CMYK0.2200.220.14
HSL120º40%76.47%-
HSV(B)120º21.92%85.88%-
XYZ49.4862.2647.94-
YUV199.18112.1107.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.48%
GREEN value IS 219 (85.94% from 255) = 39.04%
BLUE value IS 171 (67.19% from 255) = 30.48%
R=30.48%
G=39.04%
B=30.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712191710.2200.220.141204076.47
HexABDBAB16016E78284c
Octal253333253260261617050114
Binary10101011110110111010101110110010110111011110001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDBAB; }

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

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

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

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

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

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

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

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