#ABD0AF

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

Shades of Gum Leaf #ABD0AF

Tints of Gum Leaf #ABD0AF

Color information

#ABD0AF (or 0xABD0AF) is unknown color: approx Gum Leaf. HEX triplet: AB, D0 and AF. RGB value is (171,208,175). Sum of RGB (Red+Green+Blue) = 171+208+175=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 208 - color contains mainly: green. Hex color #ABD0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD0AF is #542F50. Grayscale: #C1C1C1. Windows color (decimal): -5517137 or 11522219. OLE color: 11522219.

HSL color Cylindrical-coordinate representation of color #ABD0AF: hue angle of 126.49º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABD0AF is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB171208175-
CMYK0.1800.160.18
HSL126.49º28.24%74.31%-
HSV(B)126.49º17.79%81.57%-
XYZ47.0956.8649.05-
YUV193.18117.74112.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.87%
GREEN value IS 208 (81.64% from 255) = 37.55%
BLUE value IS 175 (68.75% from 255) = 31.59%
R=30.87%
G=37.55%
B=31.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712081750.1800.160.18126.4928.2474.31
HexABD0AF12010127e1c4a
Octal253320257220202217634112
Binary10101011110100001010111110010010000100101111110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD0AF; }

 p { color: rgb(171,208,175); }

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

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

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

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

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

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

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