Shades of Conifer #ACD659
Tints of Conifer #ACD659
RGB
CMYK
RGB Variations
Color information
#ACD659 (or 0xACD659) is known color: Conifer. HEX triplet: AC, D6 and 59. RGB value is (172,214,89). Sum of RGB (Red+Green+Blue) = 172+214+89=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 89 (35.16% from 255 or 18.74% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD659 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD659 is #5329A6. Grayscale: #BBBBBB. Windows color (decimal): -5450151 or 5887660. OLE color: 5887660.
HSL color Cylindrical-coordinate representation of color #ACD659: hue angle of 80.16º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACD659 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 89 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.16 |
| HSL | 80.16º | 0.6% | 0.59% | - |
| HSV(B) | 80.16º | 0.58% | 0.84% | - |
| XYZ | 42.86 | 57.59 | 18.31 | - |
| YUV | 187.19 | 72.59 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 89 | 0.20 | 0 | 0.58 | 0.16 | 80.16 | 0.6 | 0.59 |
| Hex | AC | D6 | 59 | 14 | 0 | 3A | 10 | 50 | 3C | 3B |
| Octal | 254 | 326 | 131 | 24 | 0 | 72 | 20 | 120 | 74 | 73 |
| Binary | 10101100 | 11010110 | 1011001 | 10100 | 0 | 111010 | 10000 | 1010000 | 111100 | 111011 |
Color Harmonies of #ACD659
Complementary color
Monochromatic Colors of #ACD659
Black with #ACD659
Text Example
Text Example
White with #ACD659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD659; }
p { color: rgb(172,214,89); }
H1.HeaderClassName
{
color: #ACD659;
}
.AnyTagClassName
{
color: #ACD659;
}
</style>
background-color css
<style>
a { background-color: #ACD659; }
a { background-color: rgb(172,214,89); }
div.DivClassName
{
background-color: #ACD659;
}
.BgClassName
{
background-color: #ACD659;
}
</style>
border-color css
<style>
span { border-color: #ACD659; }
span { border-color: rgb(172,214,89); }
td.TdClassName
{
border-color: #ACD659;
}
.TagClassName
{
border-color: #ACD659;
}
</style>