#ABD1AE

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

Shades of Gum Leaf #ABD1AE

Tints of Gum Leaf #ABD1AE

Color information

#ABD1AE (or 0xABD1AE) is unknown color: approx Gum Leaf. HEX triplet: AB, D1 and AE. RGB value is (171,209,174). Sum of RGB (Red+Green+Blue) = 171+209+174=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD1AE is #542E51. Grayscale: #C1C1C1. Windows color (decimal): -5516882 or 11456939. OLE color: 11456939.

HSL color Cylindrical-coordinate representation of color #ABD1AE: hue angle of 124.74º 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 #ABD1AE is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB171209174-
CMYK0.1800.170.18
HSL124.74º29.23%74.51%-
HSV(B)124.74º18.18%81.96%-
XYZ47.2457.3148.62-
YUV193.65116.91111.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.87%
GREEN value IS 209 (82.03% from 255) = 37.73%
BLUE value IS 174 (68.36% from 255) = 31.41%
R=30.87%
G=37.73%
B=31.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712091740.1800.170.18124.7429.2374.51
HexABD1AE12011127d1d4b
Octal253321256220212217535113
Binary10101011110100011010111010010010001100101111101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD1AE; }

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

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

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

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

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

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

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

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