Shades of Conifer #ACF951
Tints of Conifer #ACF951
RGB
CMYK
RGB Variations
Color information
#ACF951 (or 0xACF951) is known color: Conifer. HEX triplet: AC, F9 and 51. RGB value is (172,249,81). Sum of RGB (Red+Green+Blue) = 172+249+81=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 81 (32.03% from 255 or 16.14% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF951 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF951 is #5306AE. Grayscale: #CFCFCF. Windows color (decimal): -5441199 or 5372332. OLE color: 5372332.
HSL color Cylindrical-coordinate representation of color #ACF951: hue angle of 87.5º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACF951 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 81 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.02 |
| HSL | 87.5º | 0.93% | 0.65% | - |
| HSV(B) | 87.5º | 0.67% | 0.98% | - |
| XYZ | 52.37 | 77.12 | 19.91 | - |
| YUV | 206.83 | 56.99 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 81 | 0.31 | 0 | 0.67 | 0.02 | 87.5 | 0.93 | 0.65 |
| Hex | AC | F9 | 51 | 1F | 0 | 43 | 2 | 57 | 5D | 41 |
| Octal | 254 | 371 | 121 | 37 | 0 | 103 | 2 | 127 | 135 | 101 |
| Binary | 10101100 | 11111001 | 1010001 | 11111 | 0 | 1000011 | 10 | 1010111 | 1011101 | 1000001 |
Color Harmonies of #ACF951
Complementary color
Monochromatic Colors of #ACF951
Black with #ACF951
Text Example
Text Example
White with #ACF951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF951; }
p { color: rgb(172,249,81); }
H1.HeaderClassName
{
color: #ACF951;
}
.AnyTagClassName
{
color: #ACF951;
}
</style>
background-color css
<style>
a { background-color: #ACF951; }
a { background-color: rgb(172,249,81); }
div.DivClassName
{
background-color: #ACF951;
}
.BgClassName
{
background-color: #ACF951;
}
</style>
border-color css
<style>
span { border-color: #ACF951; }
span { border-color: rgb(172,249,81); }
td.TdClassName
{
border-color: #ACF951;
}
.TagClassName
{
border-color: #ACF951;
}
</style>