Shades of Conifer #ACD46B
Tints of Conifer #ACD46B
RGB
CMYK
RGB Variations
Color information
#ACD46B (or 0xACD46B) is known color: Conifer. HEX triplet: AC, D4 and 6B. RGB value is (172,212,107). Sum of RGB (Red+Green+Blue) = 172+212+107=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD46B is #532B94. Grayscale: #BCBCBC. Windows color (decimal): -5450645 or 7066796. OLE color: 7066796.
HSL color Cylindrical-coordinate representation of color #ACD46B: hue angle of 82.86º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACD46B is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 107 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.17 |
| HSL | 82.86º | 0.55% | 0.63% | - |
| HSV(B) | 82.86º | 0.5% | 0.83% | - |
| XYZ | 43.21 | 56.92 | 22.62 | - |
| YUV | 188.07 | 82.25 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 107 | 0.19 | 0 | 0.50 | 0.17 | 82.86 | 0.55 | 0.63 |
| Hex | AC | D4 | 6B | 13 | 0 | 32 | 11 | 53 | 37 | 3F |
| Octal | 254 | 324 | 153 | 23 | 0 | 62 | 21 | 123 | 67 | 77 |
| Binary | 10101100 | 11010100 | 1101011 | 10011 | 0 | 110010 | 10001 | 1010011 | 110111 | 111111 |
Color Harmonies of #ACD46B
Complementary color
Monochromatic Colors of #ACD46B
Black with #ACD46B
Text Example
Text Example
White with #ACD46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD46B; }
p { color: rgb(172,212,107); }
H1.HeaderClassName
{
color: #ACD46B;
}
.AnyTagClassName
{
color: #ACD46B;
}
</style>
background-color css
<style>
a { background-color: #ACD46B; }
a { background-color: rgb(172,212,107); }
div.DivClassName
{
background-color: #ACD46B;
}
.BgClassName
{
background-color: #ACD46B;
}
</style>
border-color css
<style>
span { border-color: #ACD46B; }
span { border-color: rgb(172,212,107); }
td.TdClassName
{
border-color: #ACD46B;
}
.TagClassName
{
border-color: #ACD46B;
}
</style>