Shades of Conifer #ACD567
Tints of Conifer #ACD567
RGB
CMYK
RGB Variations
Color information
#ACD567 (or 0xACD567) is known color: Conifer. HEX triplet: AC, D5 and 67. RGB value is (172,213,103). Sum of RGB (Red+Green+Blue) = 172+213+103=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD567 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD567 is #532A98. Grayscale: #BCBCBC. Windows color (decimal): -5450393 or 6804908. OLE color: 6804908.
HSL color Cylindrical-coordinate representation of color #ACD567: hue angle of 82.36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACD567 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 103 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.16 |
| HSL | 82.36º | 0.57% | 0.62% | - |
| HSV(B) | 82.36º | 0.52% | 0.84% | - |
| XYZ | 43.26 | 57.34 | 21.62 | - |
| YUV | 188.2 | 79.92 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 103 | 0.19 | 0 | 0.52 | 0.16 | 82.36 | 0.57 | 0.62 |
| Hex | AC | D5 | 67 | 13 | 0 | 34 | 10 | 52 | 39 | 3E |
| Octal | 254 | 325 | 147 | 23 | 0 | 64 | 20 | 122 | 71 | 76 |
| Binary | 10101100 | 11010101 | 1100111 | 10011 | 0 | 110100 | 10000 | 1010010 | 111001 | 111110 |
Color Harmonies of #ACD567
Complementary color
Monochromatic Colors of #ACD567
Black with #ACD567
Text Example
Text Example
White with #ACD567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD567; }
p { color: rgb(172,213,103); }
H1.HeaderClassName
{
color: #ACD567;
}
.AnyTagClassName
{
color: #ACD567;
}
</style>
background-color css
<style>
a { background-color: #ACD567; }
a { background-color: rgb(172,213,103); }
div.DivClassName
{
background-color: #ACD567;
}
.BgClassName
{
background-color: #ACD567;
}
</style>
border-color css
<style>
span { border-color: #ACD567; }
span { border-color: rgb(172,213,103); }
td.TdClassName
{
border-color: #ACD567;
}
.TagClassName
{
border-color: #ACD567;
}
</style>