Shades of Conifer #ACF54E
Tints of Conifer #ACF54E
RGB
CMYK
RGB Variations
Color information
#ACF54E (or 0xACF54E) is known color: Conifer. HEX triplet: AC, F5 and 4E. RGB value is (172,245,78). Sum of RGB (Red+Green+Blue) = 172+245+78=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 245 (96.09% from 255 or 49.49% from 495); Blue value is 78 (30.86% from 255 or 15.76% from 495); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF54E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF54E is #530AB1. Grayscale: #CCCCCC. Windows color (decimal): -5442226 or 5174700. OLE color: 5174700.
HSL color Cylindrical-coordinate representation of color #ACF54E: hue angle of 86.23º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACF54E is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 78 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.04 |
| HSL | 86.23º | 0.89% | 0.63% | - |
| HSV(B) | 86.23º | 0.68% | 0.96% | - |
| XYZ | 51.04 | 74.63 | 18.92 | - |
| YUV | 204.14 | 56.82 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 78 | 0.30 | 0 | 0.68 | 0.04 | 86.23 | 0.89 | 0.63 |
| Hex | AC | F5 | 4E | 1E | 0 | 44 | 4 | 56 | 59 | 3F |
| Octal | 254 | 365 | 116 | 36 | 0 | 104 | 4 | 126 | 131 | 77 |
| Binary | 10101100 | 11110101 | 1001110 | 11110 | 0 | 1000100 | 100 | 1010110 | 1011001 | 111111 |
Color Harmonies of #ACF54E
Complementary color
Monochromatic Colors of #ACF54E
Black with #ACF54E
Text Example
Text Example
White with #ACF54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF54E; }
p { color: rgb(172,245,78); }
H1.HeaderClassName
{
color: #ACF54E;
}
.AnyTagClassName
{
color: #ACF54E;
}
</style>
background-color css
<style>
a { background-color: #ACF54E; }
a { background-color: rgb(172,245,78); }
div.DivClassName
{
background-color: #ACF54E;
}
.BgClassName
{
background-color: #ACF54E;
}
</style>
border-color css
<style>
span { border-color: #ACF54E; }
span { border-color: rgb(172,245,78); }
td.TdClassName
{
border-color: #ACF54E;
}
.TagClassName
{
border-color: #ACF54E;
}
</style>