#ACCFB7

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

Shades of Gum Leaf #ACCFB7

Tints of Gum Leaf #ACCFB7

Color information

#ACCFB7 (or 0xACCFB7) is unknown color: approx Gum Leaf. HEX triplet: AC, CF and B7. RGB value is (172,207,183). Sum of RGB (Red+Green+Blue) = 172+207+183=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 183 (71.88% from 255 or 32.56% from 562); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFB7 is #533048. Grayscale: #C1C1C1. Windows color (decimal): -5451849 or 12046252. OLE color: 12046252.

HSL color Cylindrical-coordinate representation of color #ACCFB7: hue angle of 138.86º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCFB7 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB172207183-
CMYK0.1700.120.19
HSL138.86º26.72%74.31%-
HSV(B)138.86º16.91%81.18%-
XYZ47.8756.8253.24-
YUV193.8121.9112.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 207 (81.25% from 255) = 36.83%
BLUE value IS 183 (71.88% from 255) = 32.56%
R=30.60%
G=36.83%
B=32.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722071830.1700.120.19138.8626.7274.31
HexACCFB7110C138b1b4a
Octal254317267210142321333112
Binary10101100110011111011011110001011001001110001011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFB7; }

 p { color: rgb(172,207,183); }

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

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

 a { background-color: rgb(172,207,183); }

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

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

 span { border-color: rgb(172,207,183); }

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