#ACD1AF

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

Shades of Gum Leaf #ACD1AF

Tints of Gum Leaf #ACD1AF

Color information

#ACD1AF (or 0xACD1AF) is unknown color: approx Gum Leaf. HEX triplet: AC, D1 and AF. RGB value is (172,209,175). Sum of RGB (Red+Green+Blue) = 172+209+175=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD1AF is #532E50. Grayscale: #C2C2C2. Windows color (decimal): -5451345 or 11522476. OLE color: 11522476.

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

Color convert

RGB172209175-
CMYK0.1800.160.18
HSL124.86º28.68%74.71%-
HSV(B)124.86º17.7%81.96%-
XYZ47.5557.4749.14-
YUV194.06117.24112.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.94%
GREEN value IS 209 (82.03% from 255) = 37.59%
BLUE value IS 175 (68.75% from 255) = 31.47%
R=30.94%
G=37.59%
B=31.47%

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
Decimal1722091750.1800.160.18124.8628.6874.71
HexACD1AF12010127d1d4b
Octal254321257220202217535113
Binary10101100110100011010111110010010000100101111101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD1AF; }

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

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

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

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

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

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

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

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