Shades of Conifer #ACD655
Tints of Conifer #ACD655
RGB
CMYK
RGB Variations
Color information
#ACD655 (or 0xACD655) is known color: Conifer. HEX triplet: AC, D6 and 55. RGB value is (172,214,85). Sum of RGB (Red+Green+Blue) = 172+214+85=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD655 is #5329AA. Grayscale: #BBBBBB. Windows color (decimal): -5450155 or 5625516. OLE color: 5625516.
HSL color Cylindrical-coordinate representation of color #ACD655: hue angle of 79.53º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACD655 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 85 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.16 |
| HSL | 79.53º | 0.61% | 0.59% | - |
| HSV(B) | 79.53º | 0.6% | 0.84% | - |
| XYZ | 42.7 | 57.52 | 17.45 | - |
| YUV | 186.74 | 70.59 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 85 | 0.20 | 0 | 0.60 | 0.16 | 79.53 | 0.61 | 0.59 |
| Hex | AC | D6 | 55 | 14 | 0 | 3C | 10 | 50 | 3D | 3B |
| Octal | 254 | 326 | 125 | 24 | 0 | 74 | 20 | 120 | 75 | 73 |
| Binary | 10101100 | 11010110 | 1010101 | 10100 | 0 | 111100 | 10000 | 1010000 | 111101 | 111011 |
Color Harmonies of #ACD655
Complementary color
Monochromatic Colors of #ACD655
Black with #ACD655
Text Example
Text Example
White with #ACD655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD655; }
p { color: rgb(172,214,85); }
H1.HeaderClassName
{
color: #ACD655;
}
.AnyTagClassName
{
color: #ACD655;
}
</style>
background-color css
<style>
a { background-color: #ACD655; }
a { background-color: rgb(172,214,85); }
div.DivClassName
{
background-color: #ACD655;
}
.BgClassName
{
background-color: #ACD655;
}
</style>
border-color css
<style>
span { border-color: #ACD655; }
span { border-color: rgb(172,214,85); }
td.TdClassName
{
border-color: #ACD655;
}
.TagClassName
{
border-color: #ACD655;
}
</style>