Shades of Gum Leaf #ACD4B5
Tints of Gum Leaf #ACD4B5
RGB
CMYK
RGB Variations
Color information
#ACD4B5 (or 0xACD4B5) is known color: Gum Leaf. HEX triplet: AC, D4 and B5. RGB value is (172,212,181). Sum of RGB (Red+Green+Blue) = 172+212+181=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD4B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD4B5 is #532B4A. Grayscale: #C4C4C4. Windows color (decimal): -5450571 or 11916460. OLE color: 11916460.
HSL color Cylindrical-coordinate representation of color #ACD4B5: hue angle of 133.5º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD4B5 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
RGB | 172 | 212 | 181 | - |
CMYK | 0.19 | 0 | 0.15 | 0.17 |
HSL | 133.5º | 0.32% | 0.75% | - |
HSV(B) | 133.5º | 0.19% | 0.83% | - |
XYZ | 48.9 | 59.19 | 52.56 | - |
YUV | 196.51 | 119.25 | 110.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 212 | 181 | 0.19 | 0 | 0.15 | 0.17 | 133.5 | 0.32 | 0.75 |
Hex | AC | D4 | B5 | 13 | 0 | F | 11 | 86 | 20 | 4B |
Octal | 254 | 324 | 265 | 23 | 0 | 17 | 21 | 206 | 40 | 113 |
Binary | 10101100 | 11010100 | 10110101 | 10011 | 0 | 1111 | 10001 | 10000110 | 100000 | 1001011 |
Color Harmonies of #ACD4B5
Complementary color
Monochromatic Colors of #ACD4B5
Black with #ACD4B5
Text Example
Text Example
White with #ACD4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD4B5; }
p { color: rgb(172,212,181); }
H1.HeaderClassName
{
color: #ACD4B5;
}
.AnyTagClassName
{
color: #ACD4B5;
}
</style>
background-color css
<style>
a { background-color: #ACD4B5; }
a { background-color: rgb(172,212,181); }
div.DivClassName
{
background-color: #ACD4B5;
}
.BgClassName
{
background-color: #ACD4B5;
}
</style>
border-color css
<style>
span { border-color: #ACD4B5; }
span { border-color: rgb(172,212,181); }
td.TdClassName
{
border-color: #ACD4B5;
}
.TagClassName
{
border-color: #ACD4B5;
}
</style>