Shades of Conifer #ACD55E
Tints of Conifer #ACD55E
RGB
CMYK
RGB Variations
Color information
#ACD55E (or 0xACD55E) is known color: Conifer. HEX triplet: AC, D5 and 5E. RGB value is (172,213,94). Sum of RGB (Red+Green+Blue) = 172+213+94=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD55E is #532AA1. Grayscale: #BBBBBB. Windows color (decimal): -5450402 or 6215084. OLE color: 6215084.
HSL color Cylindrical-coordinate representation of color #ACD55E: hue angle of 80.67º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACD55E is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 94 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.16 |
| HSL | 80.67º | 0.59% | 0.6% | - |
| HSV(B) | 80.67º | 0.56% | 0.84% | - |
| XYZ | 42.83 | 57.17 | 19.37 | - |
| YUV | 187.18 | 75.42 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 94 | 0.19 | 0 | 0.56 | 0.16 | 80.67 | 0.59 | 0.6 |
| Hex | AC | D5 | 5E | 13 | 0 | 38 | 10 | 51 | 3B | 3C |
| Octal | 254 | 325 | 136 | 23 | 0 | 70 | 20 | 121 | 73 | 74 |
| Binary | 10101100 | 11010101 | 1011110 | 10011 | 0 | 111000 | 10000 | 1010001 | 111011 | 111100 |
Color Harmonies of #ACD55E
Complementary color
Monochromatic Colors of #ACD55E
Black with #ACD55E
Text Example
Text Example
White with #ACD55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD55E; }
p { color: rgb(172,213,94); }
H1.HeaderClassName
{
color: #ACD55E;
}
.AnyTagClassName
{
color: #ACD55E;
}
</style>
background-color css
<style>
a { background-color: #ACD55E; }
a { background-color: rgb(172,213,94); }
div.DivClassName
{
background-color: #ACD55E;
}
.BgClassName
{
background-color: #ACD55E;
}
</style>
border-color css
<style>
span { border-color: #ACD55E; }
span { border-color: rgb(172,213,94); }
td.TdClassName
{
border-color: #ACD55E;
}
.TagClassName
{
border-color: #ACD55E;
}
</style>