Shades of Conifer #ACF954
Tints of Conifer #ACF954
RGB
CMYK
RGB Variations
Color information
#ACF954 (or 0xACF954) is known color: Conifer. HEX triplet: AC, F9 and 54. RGB value is (172,249,84). Sum of RGB (Red+Green+Blue) = 172+249+84=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 249 (97.66% from 255 or 49.31% from 505); Blue value is 84 (33.20% from 255 or 16.63% from 505); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF954 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF954 is #5306AB. Grayscale: #CFCFCF. Windows color (decimal): -5441196 or 5568940. OLE color: 5568940.
HSL color Cylindrical-coordinate representation of color #ACF954: hue angle of 88º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACF954 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 84 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.02 |
| HSL | 88º | 0.93% | 0.65% | - |
| HSV(B) | 88º | 0.66% | 0.98% | - |
| XYZ | 52.49 | 77.16 | 20.51 | - |
| YUV | 207.17 | 58.49 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 84 | 0.31 | 0 | 0.66 | 0.02 | 88 | 0.93 | 0.65 |
| Hex | AC | F9 | 54 | 1F | 0 | 42 | 2 | 58 | 5D | 41 |
| Octal | 254 | 371 | 124 | 37 | 0 | 102 | 2 | 130 | 135 | 101 |
| Binary | 10101100 | 11111001 | 1010100 | 11111 | 0 | 1000010 | 10 | 1011000 | 1011101 | 1000001 |
Color Harmonies of #ACF954
Complementary color
Monochromatic Colors of #ACF954
Black with #ACF954
Text Example
Text Example
White with #ACF954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF954; }
p { color: rgb(172,249,84); }
H1.HeaderClassName
{
color: #ACF954;
}
.AnyTagClassName
{
color: #ACF954;
}
</style>
background-color css
<style>
a { background-color: #ACF954; }
a { background-color: rgb(172,249,84); }
div.DivClassName
{
background-color: #ACF954;
}
.BgClassName
{
background-color: #ACF954;
}
</style>
border-color css
<style>
span { border-color: #ACF954; }
span { border-color: rgb(172,249,84); }
td.TdClassName
{
border-color: #ACF954;
}
.TagClassName
{
border-color: #ACF954;
}
</style>