Shades of Conifer #ACF55E
Tints of Conifer #ACF55E
RGB
CMYK
RGB Variations
Color information
#ACF55E (or 0xACF55E) is known color: Conifer. HEX triplet: AC, F5 and 5E. RGB value is (172,245,94). Sum of RGB (Red+Green+Blue) = 172+245+94=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 94 (37.11% from 255 or 18.40% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF55E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF55E is #530AA1. Grayscale: #CECECE. Windows color (decimal): -5442210 or 6223276. OLE color: 6223276.
HSL color Cylindrical-coordinate representation of color #ACF55E: hue angle of 89.01º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACF55E is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 94 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.04 |
| HSL | 89.01º | 0.88% | 0.66% | - |
| HSV(B) | 89.01º | 0.62% | 0.96% | - |
| XYZ | 51.69 | 74.88 | 22.32 | - |
| YUV | 205.96 | 64.82 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 94 | 0.30 | 0 | 0.62 | 0.04 | 89.01 | 0.88 | 0.66 |
| Hex | AC | F5 | 5E | 1E | 0 | 3E | 4 | 59 | 58 | 42 |
| Octal | 254 | 365 | 136 | 36 | 0 | 76 | 4 | 131 | 130 | 102 |
| Binary | 10101100 | 11110101 | 1011110 | 11110 | 0 | 111110 | 100 | 1011001 | 1011000 | 1000010 |
Color Harmonies of #ACF55E
Complementary color
Monochromatic Colors of #ACF55E
Black with #ACF55E
Text Example
Text Example
White with #ACF55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF55E; }
p { color: rgb(172,245,94); }
H1.HeaderClassName
{
color: #ACF55E;
}
.AnyTagClassName
{
color: #ACF55E;
}
</style>
background-color css
<style>
a { background-color: #ACF55E; }
a { background-color: rgb(172,245,94); }
div.DivClassName
{
background-color: #ACF55E;
}
.BgClassName
{
background-color: #ACF55E;
}
</style>
border-color css
<style>
span { border-color: #ACF55E; }
span { border-color: rgb(172,245,94); }
td.TdClassName
{
border-color: #ACF55E;
}
.TagClassName
{
border-color: #ACF55E;
}
</style>