Shades of Conifer #ACF859
Tints of Conifer #ACF859
RGB
CMYK
RGB Variations
Color information
#ACF859 (or 0xACF859) is known color: Conifer. HEX triplet: AC, F8 and 59. RGB value is (172,248,89). Sum of RGB (Red+Green+Blue) = 172+248+89=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 248 (97.27% from 255 or 48.72% from 509); Blue value is 89 (35.16% from 255 or 17.49% from 509); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF859 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF859 is #5307A6. Grayscale: #CFCFCF. Windows color (decimal): -5441447 or 5896364. OLE color: 5896364.
HSL color Cylindrical-coordinate representation of color #ACF859: hue angle of 88.68º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACF859 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 89 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.03 |
| HSL | 88.68º | 0.92% | 0.66% | - |
| HSV(B) | 88.68º | 0.64% | 0.97% | - |
| XYZ | 52.38 | 76.63 | 21.48 | - |
| YUV | 207.15 | 61.32 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 89 | 0.31 | 0 | 0.64 | 0.03 | 88.68 | 0.92 | 0.66 |
| Hex | AC | F8 | 59 | 1F | 0 | 40 | 3 | 59 | 5C | 42 |
| Octal | 254 | 370 | 131 | 37 | 0 | 100 | 3 | 131 | 134 | 102 |
| Binary | 10101100 | 11111000 | 1011001 | 11111 | 0 | 1000000 | 11 | 1011001 | 1011100 | 1000010 |
Color Harmonies of #ACF859
Complementary color
Monochromatic Colors of #ACF859
Black with #ACF859
Text Example
Text Example
White with #ACF859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF859; }
p { color: rgb(172,248,89); }
H1.HeaderClassName
{
color: #ACF859;
}
.AnyTagClassName
{
color: #ACF859;
}
</style>
background-color css
<style>
a { background-color: #ACF859; }
a { background-color: rgb(172,248,89); }
div.DivClassName
{
background-color: #ACF859;
}
.BgClassName
{
background-color: #ACF859;
}
</style>
border-color css
<style>
span { border-color: #ACF859; }
span { border-color: rgb(172,248,89); }
td.TdClassName
{
border-color: #ACF859;
}
.TagClassName
{
border-color: #ACF859;
}
</style>