#ABC9AD

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

Shades of Gum Leaf #ABC9AD

Tints of Gum Leaf #ABC9AD

Color information

#ABC9AD (or 0xABC9AD) is unknown color: approx Gum Leaf. HEX triplet: AB, C9 and AD. RGB value is (171,201,173). Sum of RGB (Red+Green+Blue) = 171+201+173=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC9AD is #543652. Grayscale: #BCBCBC. Windows color (decimal): -5518931 or 11389355. OLE color: 11389355.

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

Color convert

RGB171201173-
CMYK0.1500.140.21
HSL124º21.74%72.94%-
HSV(B)124º14.93%78.82%-
XYZ45.2253.4547.47-
YUV188.84119.06115.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 201 (78.91% from 255) = 36.88%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=31.38%
G=36.88%
B=31.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712011730.1500.140.2112421.7472.94
HexABC9ADF0E157c1649
Octal253311255170162517426111
Binary101010111100100110101101111101110101011111100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC9AD; }

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

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

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

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

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

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

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

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