Shades of Conifer #ACD85E
Tints of Conifer #ACD85E
RGB
CMYK
RGB Variations
Color information
#ACD85E (or 0xACD85E) is known color: Conifer. HEX triplet: AC, D8 and 5E. RGB value is (172,216,94). Sum of RGB (Red+Green+Blue) = 172+216+94=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD85E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD85E is #5327A1. Grayscale: #BDBDBD. Windows color (decimal): -5449634 or 6215852. OLE color: 6215852.
HSL color Cylindrical-coordinate representation of color #ACD85E: hue angle of 81.64º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACD85E is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 94 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.15 |
| HSL | 81.64º | 0.61% | 0.61% | - |
| HSV(B) | 81.64º | 0.56% | 0.85% | - |
| XYZ | 43.59 | 58.69 | 19.62 | - |
| YUV | 188.94 | 74.42 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 94 | 0.20 | 0 | 0.56 | 0.15 | 81.64 | 0.61 | 0.61 |
| Hex | AC | D8 | 5E | 14 | 0 | 38 | F | 52 | 3D | 3D |
| Octal | 254 | 330 | 136 | 24 | 0 | 70 | 17 | 122 | 75 | 75 |
| Binary | 10101100 | 11011000 | 1011110 | 10100 | 0 | 111000 | 1111 | 1010010 | 111101 | 111101 |
Color Harmonies of #ACD85E
Complementary color
Monochromatic Colors of #ACD85E
Black with #ACD85E
Text Example
Text Example
White with #ACD85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD85E; }
p { color: rgb(172,216,94); }
H1.HeaderClassName
{
color: #ACD85E;
}
.AnyTagClassName
{
color: #ACD85E;
}
</style>
background-color css
<style>
a { background-color: #ACD85E; }
a { background-color: rgb(172,216,94); }
div.DivClassName
{
background-color: #ACD85E;
}
.BgClassName
{
background-color: #ACD85E;
}
</style>
border-color css
<style>
span { border-color: #ACD85E; }
span { border-color: rgb(172,216,94); }
td.TdClassName
{
border-color: #ACD85E;
}
.TagClassName
{
border-color: #ACD85E;
}
</style>