#ABC8AD

Color #ABC8AD Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #ABC8AD

Tints of Gum Leaf #ABC8AD

Color information

#ABC8AD (or 0xABC8AD) is unknown color: approx Gum Leaf. HEX triplet: AB, C8 and AD. RGB value is (171,200,173). Sum of RGB (Red+Green+Blue) = 171+200+173=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC8AD is #543752. Grayscale: #BCBCBC. Windows color (decimal): -5519187 or 11389099. OLE color: 11389099.

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

Color convert

RGB171200173-
CMYK0.1400.140.22
HSL124.14º20.86%72.75%-
HSV(B)124.14º14.5%78.43%-
XYZ44.9952.9847.39-
YUV188.25119.39115.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.43%
GREEN value IS 200 (78.52% from 255) = 36.76%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=31.43%
G=36.76%
B=31.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1712001730.1400.140.22124.1420.8672.75
HexABC8ADE0E167c1549
Octal253310255160162617425111
Binary101010111100100010101101111001110101101111100101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC8AD; }

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

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

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

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

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

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

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

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