Shades of Conifer #ACF85F
Tints of Conifer #ACF85F
RGB
CMYK
RGB Variations
Color information
#ACF85F (or 0xACF85F) is known color: Conifer. HEX triplet: AC, F8 and 5F. RGB value is (172,248,95). Sum of RGB (Red+Green+Blue) = 172+248+95=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 248 (97.27% from 255 or 48.16% from 515); Blue value is 95 (37.5% from 255 or 18.45% from 515); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF85F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF85F is #5307A0. Grayscale: #D0D0D0. Windows color (decimal): -5441441 or 6289580. OLE color: 6289580.
HSL color Cylindrical-coordinate representation of color #ACF85F: hue angle of 89.8º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACF85F is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 95 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.03 |
| HSL | 89.8º | 0.92% | 0.67% | - |
| HSV(B) | 89.8º | 0.62% | 0.97% | - |
| XYZ | 52.65 | 76.73 | 22.86 | - |
| YUV | 207.83 | 64.32 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 95 | 0.31 | 0 | 0.62 | 0.03 | 89.8 | 0.92 | 0.67 |
| Hex | AC | F8 | 5F | 1F | 0 | 3E | 3 | 5A | 5C | 43 |
| Octal | 254 | 370 | 137 | 37 | 0 | 76 | 3 | 132 | 134 | 103 |
| Binary | 10101100 | 11111000 | 1011111 | 11111 | 0 | 111110 | 11 | 1011010 | 1011100 | 1000011 |
Color Harmonies of #ACF85F
Complementary color
Monochromatic Colors of #ACF85F
Black with #ACF85F
Text Example
Text Example
White with #ACF85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF85F; }
p { color: rgb(172,248,95); }
H1.HeaderClassName
{
color: #ACF85F;
}
.AnyTagClassName
{
color: #ACF85F;
}
</style>
background-color css
<style>
a { background-color: #ACF85F; }
a { background-color: rgb(172,248,95); }
div.DivClassName
{
background-color: #ACF85F;
}
.BgClassName
{
background-color: #ACF85F;
}
</style>
border-color css
<style>
span { border-color: #ACF85F; }
span { border-color: rgb(172,248,95); }
td.TdClassName
{
border-color: #ACF85F;
}
.TagClassName
{
border-color: #ACF85F;
}
</style>