Shades of Conifer #ACF958
Tints of Conifer #ACF958
RGB
CMYK
RGB Variations
Color information
#ACF958 (or 0xACF958) is known color: Conifer. HEX triplet: AC, F9 and 58. RGB value is (172,249,88). Sum of RGB (Red+Green+Blue) = 172+249+88=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 88 (34.77% from 255 or 17.29% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF958 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF958 is #5306A7. Grayscale: #D0D0D0. Windows color (decimal): -5441192 or 5831084. OLE color: 5831084.
HSL color Cylindrical-coordinate representation of color #ACF958: hue angle of 88.7º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACF958 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 88 | - |
| CMYK | 0.31 | 0 | 0.65 | 0.02 |
| HSL | 88.7º | 0.93% | 0.66% | - |
| HSV(B) | 88.7º | 0.65% | 0.98% | - |
| XYZ | 52.65 | 77.23 | 21.36 | - |
| YUV | 207.62 | 60.49 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 88 | 0.31 | 0 | 0.65 | 0.02 | 88.7 | 0.93 | 0.66 |
| Hex | AC | F9 | 58 | 1F | 0 | 41 | 2 | 59 | 5D | 42 |
| Octal | 254 | 371 | 130 | 37 | 0 | 101 | 2 | 131 | 135 | 102 |
| Binary | 10101100 | 11111001 | 1011000 | 11111 | 0 | 1000001 | 10 | 1011001 | 1011101 | 1000010 |
Color Harmonies of #ACF958
Complementary color
Monochromatic Colors of #ACF958
Black with #ACF958
Text Example
Text Example
White with #ACF958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF958; }
p { color: rgb(172,249,88); }
H1.HeaderClassName
{
color: #ACF958;
}
.AnyTagClassName
{
color: #ACF958;
}
</style>
background-color css
<style>
a { background-color: #ACF958; }
a { background-color: rgb(172,249,88); }
div.DivClassName
{
background-color: #ACF958;
}
.BgClassName
{
background-color: #ACF958;
}
</style>
border-color css
<style>
span { border-color: #ACF958; }
span { border-color: rgb(172,249,88); }
td.TdClassName
{
border-color: #ACF958;
}
.TagClassName
{
border-color: #ACF958;
}
</style>