Shades of Conifer #ACD65E
Tints of Conifer #ACD65E
RGB
CMYK
RGB Variations
Color information
#ACD65E (or 0xACD65E) is known color: Conifer. HEX triplet: AC, D6 and 5E. RGB value is (172,214,94). Sum of RGB (Red+Green+Blue) = 172+214+94=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 94 (37.11% from 255 or 19.58% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD65E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD65E is #5329A1. Grayscale: #BCBCBC. Windows color (decimal): -5450146 or 6215340. OLE color: 6215340.
HSL color Cylindrical-coordinate representation of color #ACD65E: hue angle of 81º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACD65E is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 94 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.16 |
| HSL | 81º | 0.59% | 0.6% | - |
| HSV(B) | 81º | 0.56% | 0.84% | - |
| XYZ | 43.08 | 57.67 | 19.45 | - |
| YUV | 187.76 | 75.09 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 94 | 0.20 | 0 | 0.56 | 0.16 | 81 | 0.59 | 0.6 |
| Hex | AC | D6 | 5E | 14 | 0 | 38 | 10 | 51 | 3B | 3C |
| Octal | 254 | 326 | 136 | 24 | 0 | 70 | 20 | 121 | 73 | 74 |
| Binary | 10101100 | 11010110 | 1011110 | 10100 | 0 | 111000 | 10000 | 1010001 | 111011 | 111100 |
Color Harmonies of #ACD65E
Complementary color
Monochromatic Colors of #ACD65E
Black with #ACD65E
Text Example
Text Example
White with #ACD65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD65E; }
p { color: rgb(172,214,94); }
H1.HeaderClassName
{
color: #ACD65E;
}
.AnyTagClassName
{
color: #ACD65E;
}
</style>
background-color css
<style>
a { background-color: #ACD65E; }
a { background-color: rgb(172,214,94); }
div.DivClassName
{
background-color: #ACD65E;
}
.BgClassName
{
background-color: #ACD65E;
}
</style>
border-color css
<style>
span { border-color: #ACD65E; }
span { border-color: rgb(172,214,94); }
td.TdClassName
{
border-color: #ACD65E;
}
.TagClassName
{
border-color: #ACD65E;
}
</style>