#ACD2AF

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

Shades of Gum Leaf #ACD2AF

Tints of Gum Leaf #ACD2AF

Color information

#ACD2AF (or 0xACD2AF) is unknown color: approx Gum Leaf. HEX triplet: AC, D2 and AF. RGB value is (172,210,175). Sum of RGB (Red+Green+Blue) = 172+210+175=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD2AF is #532D50. Grayscale: #C2C2C2. Windows color (decimal): -5451089 or 11522732. OLE color: 11522732.

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

Color convert

RGB172210175-
CMYK0.1800.170.18
HSL124.74º29.69%74.9%-
HSV(B)124.74º18.1%82.35%-
XYZ47.857.9649.23-
YUV194.65116.91111.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.88%
GREEN value IS 210 (82.42% from 255) = 37.70%
BLUE value IS 175 (68.75% from 255) = 31.42%
R=30.88%
G=37.70%
B=31.42%

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
Decimal1722101750.1800.170.18124.7429.6974.9
HexACD2AF12011127d1e4b
Octal254322257220212217536113
Binary10101100110100101010111110010010001100101111101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD2AF; }

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

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

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

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

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

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

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

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