Shades of Conifer #ACD350
Tints of Conifer #ACD350
RGB
CMYK
RGB Variations
Color information
#ACD350 (or 0xACD350) is known color: Conifer. HEX triplet: AC, D3 and 50. RGB value is (172,211,80). Sum of RGB (Red+Green+Blue) = 172+211+80=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD350 is #532CAF. Grayscale: #B8B8B8. Windows color (decimal): -5450928 or 5297068. OLE color: 5297068.
HSL color Cylindrical-coordinate representation of color #ACD350: hue angle of 77.86º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACD350 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 80 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.17 |
| HSL | 77.86º | 0.6% | 0.57% | - |
| HSV(B) | 77.86º | 0.62% | 0.83% | - |
| XYZ | 41.76 | 55.94 | 16.19 | - |
| YUV | 184.41 | 69.08 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 80 | 0.18 | 0 | 0.62 | 0.17 | 77.86 | 0.6 | 0.57 |
| Hex | AC | D3 | 50 | 12 | 0 | 3E | 11 | 4E | 3C | 39 |
| Octal | 254 | 323 | 120 | 22 | 0 | 76 | 21 | 116 | 74 | 71 |
| Binary | 10101100 | 11010011 | 1010000 | 10010 | 0 | 111110 | 10001 | 1001110 | 111100 | 111001 |
Color Harmonies of #ACD350
Complementary color
Monochromatic Colors of #ACD350
Black with #ACD350
Text Example
Text Example
White with #ACD350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD350; }
p { color: rgb(172,211,80); }
H1.HeaderClassName
{
color: #ACD350;
}
.AnyTagClassName
{
color: #ACD350;
}
</style>
background-color css
<style>
a { background-color: #ACD350; }
a { background-color: rgb(172,211,80); }
div.DivClassName
{
background-color: #ACD350;
}
.BgClassName
{
background-color: #ACD350;
}
</style>
border-color css
<style>
span { border-color: #ACD350; }
span { border-color: rgb(172,211,80); }
td.TdClassName
{
border-color: #ACD350;
}
.TagClassName
{
border-color: #ACD350;
}
</style>