Shades of Conifer #ACF855
Tints of Conifer #ACF855
RGB
CMYK
RGB Variations
Color information
#ACF855 (or 0xACF855) is known color: Conifer. HEX triplet: AC, F8 and 55. RGB value is (172,248,85). Sum of RGB (Red+Green+Blue) = 172+248+85=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 248 (97.27% from 255 or 49.11% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF855 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF855 is #5307AA. Grayscale: #CFCFCF. Windows color (decimal): -5441451 or 5634220. OLE color: 5634220.
HSL color Cylindrical-coordinate representation of color #ACF855: hue angle of 87.98º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACF855 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 85 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.03 |
| HSL | 87.98º | 0.92% | 0.65% | - |
| HSV(B) | 87.98º | 0.66% | 0.97% | - |
| XYZ | 52.22 | 76.56 | 20.62 | - |
| YUV | 206.69 | 59.32 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 85 | 0.31 | 0 | 0.66 | 0.03 | 87.98 | 0.92 | 0.65 |
| Hex | AC | F8 | 55 | 1F | 0 | 42 | 3 | 58 | 5C | 41 |
| Octal | 254 | 370 | 125 | 37 | 0 | 102 | 3 | 130 | 134 | 101 |
| Binary | 10101100 | 11111000 | 1010101 | 11111 | 0 | 1000010 | 11 | 1011000 | 1011100 | 1000001 |
Color Harmonies of #ACF855
Complementary color
Monochromatic Colors of #ACF855
Black with #ACF855
Text Example
Text Example
White with #ACF855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF855; }
p { color: rgb(172,248,85); }
H1.HeaderClassName
{
color: #ACF855;
}
.AnyTagClassName
{
color: #ACF855;
}
</style>
background-color css
<style>
a { background-color: #ACF855; }
a { background-color: rgb(172,248,85); }
div.DivClassName
{
background-color: #ACF855;
}
.BgClassName
{
background-color: #ACF855;
}
</style>
border-color css
<style>
span { border-color: #ACF855; }
span { border-color: rgb(172,248,85); }
td.TdClassName
{
border-color: #ACF855;
}
.TagClassName
{
border-color: #ACF855;
}
</style>