Shades of Conifer #ACF54F
Tints of Conifer #ACF54F
RGB
CMYK
RGB Variations
Color information
#ACF54F (or 0xACF54F) is known color: Conifer. HEX triplet: AC, F5 and 4F. RGB value is (172,245,79). Sum of RGB (Red+Green+Blue) = 172+245+79=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 245 (96.09% from 255 or 49.40% from 496); Blue value is 79 (31.25% from 255 or 15.93% from 496); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF54F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF54F is #530AB0. Grayscale: #CCCCCC. Windows color (decimal): -5442225 or 5240236. OLE color: 5240236.
HSL color Cylindrical-coordinate representation of color #ACF54F: hue angle of 86.39º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACF54F is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 79 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.04 |
| HSL | 86.39º | 0.89% | 0.64% | - |
| HSV(B) | 86.39º | 0.68% | 0.96% | - |
| XYZ | 51.08 | 74.64 | 19.11 | - |
| YUV | 204.25 | 57.32 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 79 | 0.30 | 0 | 0.68 | 0.04 | 86.39 | 0.89 | 0.64 |
| Hex | AC | F5 | 4F | 1E | 0 | 44 | 4 | 56 | 59 | 40 |
| Octal | 254 | 365 | 117 | 36 | 0 | 104 | 4 | 126 | 131 | 100 |
| Binary | 10101100 | 11110101 | 1001111 | 11110 | 0 | 1000100 | 100 | 1010110 | 1011001 | 1000000 |
Color Harmonies of #ACF54F
Complementary color
Monochromatic Colors of #ACF54F
Black with #ACF54F
Text Example
Text Example
White with #ACF54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF54F; }
p { color: rgb(172,245,79); }
H1.HeaderClassName
{
color: #ACF54F;
}
.AnyTagClassName
{
color: #ACF54F;
}
</style>
background-color css
<style>
a { background-color: #ACF54F; }
a { background-color: rgb(172,245,79); }
div.DivClassName
{
background-color: #ACF54F;
}
.BgClassName
{
background-color: #ACF54F;
}
</style>
border-color css
<style>
span { border-color: #ACF54F; }
span { border-color: rgb(172,245,79); }
td.TdClassName
{
border-color: #ACF54F;
}
.TagClassName
{
border-color: #ACF54F;
}
</style>