#ACCDAF

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

Shades of Gum Leaf #ACCDAF

Tints of Gum Leaf #ACCDAF

Color information

#ACCDAF (or 0xACCDAF) is unknown color: approx Gum Leaf. HEX triplet: AC, CD and AF. RGB value is (172,205,175). Sum of RGB (Red+Green+Blue) = 172+205+175=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCDAF is #533250. Grayscale: #BFBFBF. Windows color (decimal): -5452369 or 11521452. OLE color: 11521452.

HSL color Cylindrical-coordinate representation of color #ACCDAF: hue angle of 125.45º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACCDAF is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB172205175-
CMYK0.1600.150.20
HSL125.45º24.81%73.92%-
HSV(B)125.45º16.1%80.39%-
XYZ46.5855.5348.82-
YUV191.71118.57113.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.16%
GREEN value IS 205 (80.47% from 255) = 37.14%
BLUE value IS 175 (68.75% from 255) = 31.70%
R=31.16%
G=37.14%
B=31.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051750.1600.150.20125.4524.8173.92
HexACCDAF100F147d194a
Octal254315257200172417531112
Binary1010110011001101101011111000001111101001111101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCDAF; }

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

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

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

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

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

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

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

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