Shades of Conifer #ACD761
Tints of Conifer #ACD761
RGB
CMYK
RGB Variations
Color information
#ACD761 (or 0xACD761) is known color: Conifer. HEX triplet: AC, D7 and 61. RGB value is (172,215,97). Sum of RGB (Red+Green+Blue) = 172+215+97=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 97 (38.28% from 255 or 20.04% from 484); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD761 is #53289E. Grayscale: #BDBDBD. Windows color (decimal): -5449887 or 6412204. OLE color: 6412204.
HSL color Cylindrical-coordinate representation of color #ACD761: hue angle of 81.86º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACD761 is Cyan = 0.2, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 97 | - |
| CMYK | 0.2 | 0 | 0.55 | 0.16 |
| HSL | 81.86º | 0.6% | 0.61% | - |
| HSV(B) | 81.86º | 0.55% | 0.84% | - |
| XYZ | 43.47 | 58.23 | 20.26 | - |
| YUV | 188.69 | 76.25 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 97 | 0.2 | 0 | 0.55 | 0.16 | 81.86 | 0.6 | 0.61 |
| Hex | AC | D7 | 61 | 14 | 0 | 37 | 10 | 52 | 3C | 3D |
| Octal | 254 | 327 | 141 | 24 | 0 | 67 | 20 | 122 | 74 | 75 |
| Binary | 10101100 | 11010111 | 1100001 | 10100 | 0 | 110111 | 10000 | 1010010 | 111100 | 111101 |
Color Harmonies of #ACD761
Complementary color
Monochromatic Colors of #ACD761
Black with #ACD761
Text Example
Text Example
White with #ACD761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD761; }
p { color: rgb(172,215,97); }
H1.HeaderClassName
{
color: #ACD761;
}
.AnyTagClassName
{
color: #ACD761;
}
</style>
background-color css
<style>
a { background-color: #ACD761; }
a { background-color: rgb(172,215,97); }
div.DivClassName
{
background-color: #ACD761;
}
.BgClassName
{
background-color: #ACD761;
}
</style>
border-color css
<style>
span { border-color: #ACD761; }
span { border-color: rgb(172,215,97); }
td.TdClassName
{
border-color: #ACD761;
}
.TagClassName
{
border-color: #ACD761;
}
</style>