Shades of Conifer #ACF960
Tints of Conifer #ACF960
RGB
CMYK
RGB Variations
Color information
#ACF960 (or 0xACF960) is known color: Conifer. HEX triplet: AC, F9 and 60. RGB value is (172,249,96). Sum of RGB (Red+Green+Blue) = 172+249+96=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF960 is #53069F. Grayscale: #D1D1D1. Windows color (decimal): -5441184 or 6355372. OLE color: 6355372.
HSL color Cylindrical-coordinate representation of color #ACF960: hue angle of 90.2º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACF960 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 96 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.02 |
| HSL | 90.2º | 0.93% | 0.68% | - |
| HSV(B) | 90.2º | 0.61% | 0.98% | - |
| XYZ | 53 | 77.37 | 23.21 | - |
| YUV | 208.54 | 64.49 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 96 | 0.31 | 0 | 0.61 | 0.02 | 90.2 | 0.93 | 0.68 |
| Hex | AC | F9 | 60 | 1F | 0 | 3D | 2 | 5A | 5D | 44 |
| Octal | 254 | 371 | 140 | 37 | 0 | 75 | 2 | 132 | 135 | 104 |
| Binary | 10101100 | 11111001 | 1100000 | 11111 | 0 | 111101 | 10 | 1011010 | 1011101 | 1000100 |
Color Harmonies of #ACF960
Complementary color
Monochromatic Colors of #ACF960
Black with #ACF960
Text Example
Text Example
White with #ACF960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF960; }
p { color: rgb(172,249,96); }
H1.HeaderClassName
{
color: #ACF960;
}
.AnyTagClassName
{
color: #ACF960;
}
</style>
background-color css
<style>
a { background-color: #ACF960; }
a { background-color: rgb(172,249,96); }
div.DivClassName
{
background-color: #ACF960;
}
.BgClassName
{
background-color: #ACF960;
}
</style>
border-color css
<style>
span { border-color: #ACF960; }
span { border-color: rgb(172,249,96); }
td.TdClassName
{
border-color: #ACF960;
}
.TagClassName
{
border-color: #ACF960;
}
</style>