Shades of Conifer #ACD85B
Tints of Conifer #ACD85B
RGB
CMYK
RGB Variations
Color information
#ACD85B (or 0xACD85B) is known color: Conifer. HEX triplet: AC, D8 and 5B. RGB value is (172,216,91). Sum of RGB (Red+Green+Blue) = 172+216+91=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 91 (35.94% from 255 or 19.00% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD85B is #5327A4. Grayscale: #BDBDBD. Windows color (decimal): -5449637 or 6019244. OLE color: 6019244.
HSL color Cylindrical-coordinate representation of color #ACD85B: hue angle of 81.12º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACD85B is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 91 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.15 |
| HSL | 81.12º | 0.62% | 0.6% | - |
| HSV(B) | 81.12º | 0.58% | 0.85% | - |
| XYZ | 43.46 | 58.64 | 18.93 | - |
| YUV | 188.59 | 72.92 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 91 | 0.20 | 0 | 0.58 | 0.15 | 81.12 | 0.62 | 0.6 |
| Hex | AC | D8 | 5B | 14 | 0 | 3A | F | 51 | 3E | 3C |
| Octal | 254 | 330 | 133 | 24 | 0 | 72 | 17 | 121 | 76 | 74 |
| Binary | 10101100 | 11011000 | 1011011 | 10100 | 0 | 111010 | 1111 | 1010001 | 111110 | 111100 |
Color Harmonies of #ACD85B
Complementary color
Monochromatic Colors of #ACD85B
Black with #ACD85B
Text Example
Text Example
White with #ACD85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD85B; }
p { color: rgb(172,216,91); }
H1.HeaderClassName
{
color: #ACD85B;
}
.AnyTagClassName
{
color: #ACD85B;
}
</style>
background-color css
<style>
a { background-color: #ACD85B; }
a { background-color: rgb(172,216,91); }
div.DivClassName
{
background-color: #ACD85B;
}
.BgClassName
{
background-color: #ACD85B;
}
</style>
border-color css
<style>
span { border-color: #ACD85B; }
span { border-color: rgb(172,216,91); }
td.TdClassName
{
border-color: #ACD85B;
}
.TagClassName
{
border-color: #ACD85B;
}
</style>