#ABD1AF

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

Shades of Gum Leaf #ABD1AF

Tints of Gum Leaf #ABD1AF

Color information

#ABD1AF (or 0xABD1AF) is unknown color: approx Gum Leaf. HEX triplet: AB, D1 and AF. RGB value is (171,209,175). Sum of RGB (Red+Green+Blue) = 171+209+175=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD1AF is #542E50. Grayscale: #C1C1C1. Windows color (decimal): -5516881 or 11522475. OLE color: 11522475.

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

Color convert

RGB171209175-
CMYK0.1800.160.18
HSL126.32º29.23%74.51%-
HSV(B)126.32º18.18%81.96%-
XYZ47.3357.3549.13-
YUV193.76117.41111.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.81%
GREEN value IS 209 (82.03% from 255) = 37.66%
BLUE value IS 175 (68.75% from 255) = 31.53%
R=30.81%
G=37.66%
B=31.53%

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
Decimal1712091750.1800.160.18126.3229.2374.51
HexABD1AF12010127e1d4b
Octal253321257220202217635113
Binary10101011110100011010111110010010000100101111110111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD1AF; }

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

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

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

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

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

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

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

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