Shades of Conifer #ACD555
Tints of Conifer #ACD555
RGB
CMYK
RGB Variations
Color information
#ACD555 (or 0xACD555) is known color: Conifer. HEX triplet: AC, D5 and 55. RGB value is (172,213,85). Sum of RGB (Red+Green+Blue) = 172+213+85=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD555 is #532AAA. Grayscale: #BABABA. Windows color (decimal): -5450411 or 5625260. OLE color: 5625260.
HSL color Cylindrical-coordinate representation of color #ACD555: hue angle of 79.22º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACD555 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 85 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.16 |
| HSL | 79.22º | 0.6% | 0.58% | - |
| HSV(B) | 79.22º | 0.6% | 0.84% | - |
| XYZ | 42.45 | 57.02 | 17.36 | - |
| YUV | 186.15 | 70.92 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 85 | 0.19 | 0 | 0.60 | 0.16 | 79.22 | 0.6 | 0.58 |
| Hex | AC | D5 | 55 | 13 | 0 | 3C | 10 | 4F | 3C | 3A |
| Octal | 254 | 325 | 125 | 23 | 0 | 74 | 20 | 117 | 74 | 72 |
| Binary | 10101100 | 11010101 | 1010101 | 10011 | 0 | 111100 | 10000 | 1001111 | 111100 | 111010 |
Color Harmonies of #ACD555
Complementary color
Monochromatic Colors of #ACD555
Black with #ACD555
Text Example
Text Example
White with #ACD555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD555; }
p { color: rgb(172,213,85); }
H1.HeaderClassName
{
color: #ACD555;
}
.AnyTagClassName
{
color: #ACD555;
}
</style>
background-color css
<style>
a { background-color: #ACD555; }
a { background-color: rgb(172,213,85); }
div.DivClassName
{
background-color: #ACD555;
}
.BgClassName
{
background-color: #ACD555;
}
</style>
border-color css
<style>
span { border-color: #ACD555; }
span { border-color: rgb(172,213,85); }
td.TdClassName
{
border-color: #ACD555;
}
.TagClassName
{
border-color: #ACD555;
}
</style>