Shades of Conifer #ACF254
Tints of Conifer #ACF254
RGB
CMYK
RGB Variations
Color information
#ACF254 (or 0xACF254) is known color: Conifer. HEX triplet: AC, F2 and 54. RGB value is (172,242,84). Sum of RGB (Red+Green+Blue) = 172+242+84=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 84 (33.20% from 255 or 16.87% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF254 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF254 is #530DAB. Grayscale: #CBCBCB. Windows color (decimal): -5442988 or 5567148. OLE color: 5567148.
HSL color Cylindrical-coordinate representation of color #ACF254: hue angle of 86.58º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACF254 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 84 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.05 |
| HSL | 86.58º | 0.86% | 0.64% | - |
| HSV(B) | 86.58º | 0.65% | 0.95% | - |
| XYZ | 50.37 | 72.92 | 19.81 | - |
| YUV | 203.06 | 60.81 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 84 | 0.29 | 0 | 0.65 | 0.05 | 86.58 | 0.86 | 0.64 |
| Hex | AC | F2 | 54 | 1D | 0 | 41 | 5 | 57 | 56 | 40 |
| Octal | 254 | 362 | 124 | 35 | 0 | 101 | 5 | 127 | 126 | 100 |
| Binary | 10101100 | 11110010 | 1010100 | 11101 | 0 | 1000001 | 101 | 1010111 | 1010110 | 1000000 |
Color Harmonies of #ACF254
Complementary color
Monochromatic Colors of #ACF254
Black with #ACF254
Text Example
Text Example
White with #ACF254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF254; }
p { color: rgb(172,242,84); }
H1.HeaderClassName
{
color: #ACF254;
}
.AnyTagClassName
{
color: #ACF254;
}
</style>
background-color css
<style>
a { background-color: #ACF254; }
a { background-color: rgb(172,242,84); }
div.DivClassName
{
background-color: #ACF254;
}
.BgClassName
{
background-color: #ACF254;
}
</style>
border-color css
<style>
span { border-color: #ACF254; }
span { border-color: rgb(172,242,84); }
td.TdClassName
{
border-color: #ACF254;
}
.TagClassName
{
border-color: #ACF254;
}
</style>