#ACCFB1

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

Shades of Gum Leaf #ACCFB1

Tints of Gum Leaf #ACCFB1

Color information

#ACCFB1 (or 0xACCFB1) is unknown color: approx Gum Leaf. HEX triplet: AC, CF and B1. RGB value is (172,207,177). Sum of RGB (Red+Green+Blue) = 172+207+177=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCFB1 is #53304E. Grayscale: #C1C1C1. Windows color (decimal): -5451855 or 11653036. OLE color: 11653036.

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

Color convert

RGB172207177-
CMYK0.1700.140.19
HSL128.57º26.72%74.31%-
HSV(B)128.57º16.91%81.18%-
XYZ47.2656.5750.02-
YUV193.11118.9112.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.94%
GREEN value IS 207 (81.25% from 255) = 37.23%
BLUE value IS 177 (69.53% from 255) = 31.83%
R=30.94%
G=37.23%
B=31.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722071770.1700.140.19128.5726.7274.31
HexACCFB1110E13811b4a
Octal254317261210162320133112
Binary10101100110011111011000110001011101001110000001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFB1; }

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

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

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

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

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

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

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

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