Shades of Conifer #ACD950
Tints of Conifer #ACD950
RGB
CMYK
RGB Variations
Color information
#ACD950 (or 0xACD950) is known color: Conifer. HEX triplet: AC, D9 and 50. RGB value is (172,217,80). Sum of RGB (Red+Green+Blue) = 172+217+80=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 80 (31.64% from 255 or 17.06% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD950 is #5326AF. Grayscale: #BCBCBC. Windows color (decimal): -5449392 or 5298604. OLE color: 5298604.
HSL color Cylindrical-coordinate representation of color #ACD950: hue angle of 79.71º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACD950 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 80 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.15 |
| HSL | 79.71º | 0.64% | 0.58% | - |
| HSV(B) | 79.71º | 0.63% | 0.85% | - |
| XYZ | 43.27 | 58.98 | 16.69 | - |
| YUV | 187.93 | 67.09 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 80 | 0.21 | 0 | 0.63 | 0.15 | 79.71 | 0.64 | 0.58 |
| Hex | AC | D9 | 50 | 15 | 0 | 3F | F | 50 | 40 | 3A |
| Octal | 254 | 331 | 120 | 25 | 0 | 77 | 17 | 120 | 100 | 72 |
| Binary | 10101100 | 11011001 | 1010000 | 10101 | 0 | 111111 | 1111 | 1010000 | 1000000 | 111010 |
Color Harmonies of #ACD950
Complementary color
Monochromatic Colors of #ACD950
Black with #ACD950
Text Example
Text Example
White with #ACD950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD950; }
p { color: rgb(172,217,80); }
H1.HeaderClassName
{
color: #ACD950;
}
.AnyTagClassName
{
color: #ACD950;
}
</style>
background-color css
<style>
a { background-color: #ACD950; }
a { background-color: rgb(172,217,80); }
div.DivClassName
{
background-color: #ACD950;
}
.BgClassName
{
background-color: #ACD950;
}
</style>
border-color css
<style>
span { border-color: #ACD950; }
span { border-color: rgb(172,217,80); }
td.TdClassName
{
border-color: #ACD950;
}
.TagClassName
{
border-color: #ACD950;
}
</style>