Shades of Conifer #ACD74F
Tints of Conifer #ACD74F
RGB
CMYK
RGB Variations
Color information
#ACD74F (or 0xACD74F) is known color: Conifer. HEX triplet: AC, D7 and 4F. RGB value is (172,215,79). Sum of RGB (Red+Green+Blue) = 172+215+79=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 79 (31.25% from 255 or 16.95% from 466); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD74F is #5328B0. Grayscale: #BBBBBB. Windows color (decimal): -5449905 or 5232556. OLE color: 5232556.
HSL color Cylindrical-coordinate representation of color #ACD74F: hue angle of 78.97º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACD74F is Cyan = 0.2, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 79 | - |
| CMYK | 0.2 | 0 | 0.63 | 0.16 |
| HSL | 78.97º | 0.63% | 0.58% | - |
| HSV(B) | 78.97º | 0.63% | 0.84% | - |
| XYZ | 42.72 | 57.94 | 16.33 | - |
| YUV | 186.64 | 67.25 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 79 | 0.2 | 0 | 0.63 | 0.16 | 78.97 | 0.63 | 0.58 |
| Hex | AC | D7 | 4F | 14 | 0 | 3F | 10 | 4F | 3F | 3A |
| Octal | 254 | 327 | 117 | 24 | 0 | 77 | 20 | 117 | 77 | 72 |
| Binary | 10101100 | 11010111 | 1001111 | 10100 | 0 | 111111 | 10000 | 1001111 | 111111 | 111010 |
Color Harmonies of #ACD74F
Complementary color
Monochromatic Colors of #ACD74F
Black with #ACD74F
Text Example
Text Example
White with #ACD74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD74F; }
p { color: rgb(172,215,79); }
H1.HeaderClassName
{
color: #ACD74F;
}
.AnyTagClassName
{
color: #ACD74F;
}
</style>
background-color css
<style>
a { background-color: #ACD74F; }
a { background-color: rgb(172,215,79); }
div.DivClassName
{
background-color: #ACD74F;
}
.BgClassName
{
background-color: #ACD74F;
}
</style>
border-color css
<style>
span { border-color: #ACD74F; }
span { border-color: rgb(172,215,79); }
td.TdClassName
{
border-color: #ACD74F;
}
.TagClassName
{
border-color: #ACD74F;
}
</style>