Shades of Conifer #ACF554
Tints of Conifer #ACF554
RGB
CMYK
RGB Variations
Color information
#ACF554 (or 0xACF554) is known color: Conifer. HEX triplet: AC, F5 and 54. RGB value is (172,245,84). Sum of RGB (Red+Green+Blue) = 172+245+84=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 245 (96.09% from 255 or 48.90% from 501); Blue value is 84 (33.20% from 255 or 16.77% from 501); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF554 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF554 is #530AAB. Grayscale: #CDCDCD. Windows color (decimal): -5442220 or 5567916. OLE color: 5567916.
HSL color Cylindrical-coordinate representation of color #ACF554: hue angle of 87.2º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACF554 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 84 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.04 |
| HSL | 87.2º | 0.89% | 0.65% | - |
| HSV(B) | 87.2º | 0.66% | 0.96% | - |
| XYZ | 51.27 | 74.72 | 20.11 | - |
| YUV | 204.82 | 59.82 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 84 | 0.30 | 0 | 0.66 | 0.04 | 87.2 | 0.89 | 0.65 |
| Hex | AC | F5 | 54 | 1E | 0 | 42 | 4 | 57 | 59 | 41 |
| Octal | 254 | 365 | 124 | 36 | 0 | 102 | 4 | 127 | 131 | 101 |
| Binary | 10101100 | 11110101 | 1010100 | 11110 | 0 | 1000010 | 100 | 1010111 | 1011001 | 1000001 |
Color Harmonies of #ACF554
Complementary color
Monochromatic Colors of #ACF554
Black with #ACF554
Text Example
Text Example
White with #ACF554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF554; }
p { color: rgb(172,245,84); }
H1.HeaderClassName
{
color: #ACF554;
}
.AnyTagClassName
{
color: #ACF554;
}
</style>
background-color css
<style>
a { background-color: #ACF554; }
a { background-color: rgb(172,245,84); }
div.DivClassName
{
background-color: #ACF554;
}
.BgClassName
{
background-color: #ACF554;
}
</style>
border-color css
<style>
span { border-color: #ACF554; }
span { border-color: rgb(172,245,84); }
td.TdClassName
{
border-color: #ACF554;
}
.TagClassName
{
border-color: #ACF554;
}
</style>