Shades of Conifer #ACD45E
Tints of Conifer #ACD45E
RGB
CMYK
RGB Variations
Color information
#ACD45E (or 0xACD45E) is known color: Conifer. HEX triplet: AC, D4 and 5E. RGB value is (172,212,94). Sum of RGB (Red+Green+Blue) = 172+212+94=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 94 (37.11% from 255 or 19.67% from 478); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD45E is #532BA1. Grayscale: #BBBBBB. Windows color (decimal): -5450658 or 6214828. OLE color: 6214828.
HSL color Cylindrical-coordinate representation of color #ACD45E: hue angle of 80.34º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACD45E is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 94 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.17 |
| HSL | 80.34º | 0.58% | 0.6% | - |
| HSV(B) | 80.34º | 0.56% | 0.83% | - |
| XYZ | 42.58 | 56.67 | 19.28 | - |
| YUV | 186.59 | 75.75 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 94 | 0.19 | 0 | 0.56 | 0.17 | 80.34 | 0.58 | 0.6 |
| Hex | AC | D4 | 5E | 13 | 0 | 38 | 11 | 50 | 3A | 3C |
| Octal | 254 | 324 | 136 | 23 | 0 | 70 | 21 | 120 | 72 | 74 |
| Binary | 10101100 | 11010100 | 1011110 | 10011 | 0 | 111000 | 10001 | 1010000 | 111010 | 111100 |
Color Harmonies of #ACD45E
Complementary color
Monochromatic Colors of #ACD45E
Black with #ACD45E
Text Example
Text Example
White with #ACD45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD45E; }
p { color: rgb(172,212,94); }
H1.HeaderClassName
{
color: #ACD45E;
}
.AnyTagClassName
{
color: #ACD45E;
}
</style>
background-color css
<style>
a { background-color: #ACD45E; }
a { background-color: rgb(172,212,94); }
div.DivClassName
{
background-color: #ACD45E;
}
.BgClassName
{
background-color: #ACD45E;
}
</style>
border-color css
<style>
span { border-color: #ACD45E; }
span { border-color: rgb(172,212,94); }
td.TdClassName
{
border-color: #ACD45E;
}
.TagClassName
{
border-color: #ACD45E;
}
</style>