Shades of Conifer #ACD167
Tints of Conifer #ACD167
RGB
CMYK
RGB Variations
Color information
#ACD167 (or 0xACD167) is known color: Conifer. HEX triplet: AC, D1 and 67. RGB value is (172,209,103). Sum of RGB (Red+Green+Blue) = 172+209+103=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD167 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD167 is #532E98. Grayscale: #BABABA. Windows color (decimal): -5451417 or 6803884. OLE color: 6803884.
HSL color Cylindrical-coordinate representation of color #ACD167: hue angle of 80.94º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACD167 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 103 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.18 |
| HSL | 80.94º | 0.54% | 0.61% | - |
| HSV(B) | 80.94º | 0.51% | 0.82% | - |
| XYZ | 42.26 | 55.35 | 21.29 | - |
| YUV | 185.85 | 81.24 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 103 | 0.18 | 0 | 0.51 | 0.18 | 80.94 | 0.54 | 0.61 |
| Hex | AC | D1 | 67 | 12 | 0 | 33 | 12 | 51 | 36 | 3D |
| Octal | 254 | 321 | 147 | 22 | 0 | 63 | 22 | 121 | 66 | 75 |
| Binary | 10101100 | 11010001 | 1100111 | 10010 | 0 | 110011 | 10010 | 1010001 | 110110 | 111101 |
Color Harmonies of #ACD167
Complementary color
Monochromatic Colors of #ACD167
Black with #ACD167
Text Example
Text Example
White with #ACD167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD167; }
p { color: rgb(172,209,103); }
H1.HeaderClassName
{
color: #ACD167;
}
.AnyTagClassName
{
color: #ACD167;
}
</style>
background-color css
<style>
a { background-color: #ACD167; }
a { background-color: rgb(172,209,103); }
div.DivClassName
{
background-color: #ACD167;
}
.BgClassName
{
background-color: #ACD167;
}
</style>
border-color css
<style>
span { border-color: #ACD167; }
span { border-color: rgb(172,209,103); }
td.TdClassName
{
border-color: #ACD167;
}
.TagClassName
{
border-color: #ACD167;
}
</style>