#ABAD9D

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

Shades of Green Spring #ABAD9D

Tints of Green Spring #ABAD9D

Color information

#ABAD9D (or 0xABAD9D) is unknown color: approx Green Spring. HEX triplet: AB, AD and 9D. RGB value is (171,173,157). Sum of RGB (Red+Green+Blue) = 171+173+157=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAD9D is #545262. Grayscale: #AAAAAA. Windows color (decimal): -5526115 or 10333611. OLE color: 10333611.

HSL color Cylindrical-coordinate representation of color #ABAD9D: hue angle of 67.5º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABAD9D is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB171173157-
CMYK0.0100.090.32
HSL67.5º8.89%64.71%-
HSV(B)67.5º9.25%67.84%-
XYZ37.8240.9837.81-
YUV170.58120.34128.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.13%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 157 (61.72% from 255) = 31.34%
R=34.13%
G=34.53%
B=31.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711731570.0100.090.3267.58.8964.71
HexABAD9D1092044941
Octal25325523510114010411101
Binary101010111010110110011101101001100000100010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAD9D; }

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

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

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

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

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

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

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

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