Shades of Conifer #ACD662
Tints of Conifer #ACD662
RGB
CMYK
RGB Variations
Color information
#ACD662 (or 0xACD662) is known color: Conifer. HEX triplet: AC, D6 and 62. RGB value is (172,214,98). Sum of RGB (Red+Green+Blue) = 172+214+98=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 98 (38.67% from 255 or 20.25% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD662 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD662 is #53299D. Grayscale: #BCBCBC. Windows color (decimal): -5450142 or 6477484. OLE color: 6477484.
HSL color Cylindrical-coordinate representation of color #ACD662: hue angle of 81.72º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACD662 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 98 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.16 |
| HSL | 81.72º | 0.59% | 0.61% | - |
| HSV(B) | 81.72º | 0.54% | 0.84% | - |
| XYZ | 43.26 | 57.75 | 20.42 | - |
| YUV | 188.22 | 77.09 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 98 | 0.20 | 0 | 0.54 | 0.16 | 81.72 | 0.59 | 0.61 |
| Hex | AC | D6 | 62 | 14 | 0 | 36 | 10 | 52 | 3B | 3D |
| Octal | 254 | 326 | 142 | 24 | 0 | 66 | 20 | 122 | 73 | 75 |
| Binary | 10101100 | 11010110 | 1100010 | 10100 | 0 | 110110 | 10000 | 1010010 | 111011 | 111101 |
Color Harmonies of #ACD662
Complementary color
Monochromatic Colors of #ACD662
Black with #ACD662
Text Example
Text Example
White with #ACD662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD662; }
p { color: rgb(172,214,98); }
H1.HeaderClassName
{
color: #ACD662;
}
.AnyTagClassName
{
color: #ACD662;
}
</style>
background-color css
<style>
a { background-color: #ACD662; }
a { background-color: rgb(172,214,98); }
div.DivClassName
{
background-color: #ACD662;
}
.BgClassName
{
background-color: #ACD662;
}
</style>
border-color css
<style>
span { border-color: #ACD662; }
span { border-color: rgb(172,214,98); }
td.TdClassName
{
border-color: #ACD662;
}
.TagClassName
{
border-color: #ACD662;
}
</style>