#ACCFB4

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

Shades of Gum Leaf #ACCFB4

Tints of Gum Leaf #ACCFB4

Color information

#ACCFB4 (or 0xACCFB4) is unknown color: approx Gum Leaf. HEX triplet: AC, CF and B4. RGB value is (172,207,180). Sum of RGB (Red+Green+Blue) = 172+207+180=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFB4 is #53304B. Grayscale: #C1C1C1. Windows color (decimal): -5451852 or 11849644. OLE color: 11849644.

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

Color convert

RGB172207180-
CMYK0.1700.130.19
HSL133.71º26.72%74.31%-
HSV(B)133.71º16.91%81.18%-
XYZ47.5656.6951.62-
YUV193.46120.4112.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 207 (81.25% from 255) = 37.03%
BLUE value IS 180 (70.70% from 255) = 32.20%
R=30.77%
G=37.03%
B=32.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722071800.1700.130.19133.7126.7274.31
HexACCFB4110D13861b4a
Octal254317264210152320633112
Binary10101100110011111011010010001011011001110000110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFB4; }

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

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

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

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

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

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

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

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