Shades of Conifer #ACDB3F
Tints of Conifer #ACDB3F
RGB
CMYK
RGB Variations
Color information
#ACDB3F (or 0xACDB3F) is known color: Conifer. HEX triplet: AC, DB and 3F. RGB value is (172,219,63). Sum of RGB (Red+Green+Blue) = 172+219+63=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 63 (25% from 255 or 13.88% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDB3F is #5324C0. Grayscale: #BBBBBB. Windows color (decimal): -5448897 or 4185004. OLE color: 4185004.
HSL color Cylindrical-coordinate representation of color #ACDB3F: hue angle of 78.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACDB3F is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 63 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.14 |
| HSL | 78.08º | 0.68% | 0.55% | - |
| HSV(B) | 78.08º | 0.71% | 0.86% | - |
| XYZ | 43.24 | 59.79 | 13.96 | - |
| YUV | 187.16 | 57.93 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 63 | 0.21 | 0 | 0.71 | 0.14 | 78.08 | 0.68 | 0.55 |
| Hex | AC | DB | 3F | 15 | 0 | 47 | E | 4E | 44 | 37 |
| Octal | 254 | 333 | 77 | 25 | 0 | 107 | 16 | 116 | 104 | 67 |
| Binary | 10101100 | 11011011 | 111111 | 10101 | 0 | 1000111 | 1110 | 1001110 | 1000100 | 110111 |
Color Harmonies of #ACDB3F
Complementary color
Monochromatic Colors of #ACDB3F
Black with #ACDB3F
Text Example
Text Example
White with #ACDB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB3F; }
p { color: rgb(172,219,63); }
H1.HeaderClassName
{
color: #ACDB3F;
}
.AnyTagClassName
{
color: #ACDB3F;
}
</style>
background-color css
<style>
a { background-color: #ACDB3F; }
a { background-color: rgb(172,219,63); }
div.DivClassName
{
background-color: #ACDB3F;
}
.BgClassName
{
background-color: #ACDB3F;
}
</style>
border-color css
<style>
span { border-color: #ACDB3F; }
span { border-color: rgb(172,219,63); }
td.TdClassName
{
border-color: #ACDB3F;
}
.TagClassName
{
border-color: #ACDB3F;
}
</style>