Shades of Conifer #ACD650
Tints of Conifer #ACD650
RGB
CMYK
RGB Variations
Color information
#ACD650 (or 0xACD650) is known color: Conifer. HEX triplet: AC, D6 and 50. RGB value is (172,214,80). Sum of RGB (Red+Green+Blue) = 172+214+80=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD650 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD650 is #5329AF. Grayscale: #BABABA. Windows color (decimal): -5450160 or 5297836. OLE color: 5297836.
HSL color Cylindrical-coordinate representation of color #ACD650: hue angle of 78.81º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACD650 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 80 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.16 |
| HSL | 78.81º | 0.62% | 0.58% | - |
| HSV(B) | 78.81º | 0.63% | 0.84% | - |
| XYZ | 42.51 | 57.44 | 16.44 | - |
| YUV | 186.17 | 68.09 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 80 | 0.20 | 0 | 0.63 | 0.16 | 78.81 | 0.62 | 0.58 |
| Hex | AC | D6 | 50 | 14 | 0 | 3F | 10 | 4F | 3E | 3A |
| Octal | 254 | 326 | 120 | 24 | 0 | 77 | 20 | 117 | 76 | 72 |
| Binary | 10101100 | 11010110 | 1010000 | 10100 | 0 | 111111 | 10000 | 1001111 | 111110 | 111010 |
Color Harmonies of #ACD650
Complementary color
Monochromatic Colors of #ACD650
Black with #ACD650
Text Example
Text Example
White with #ACD650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD650; }
p { color: rgb(172,214,80); }
H1.HeaderClassName
{
color: #ACD650;
}
.AnyTagClassName
{
color: #ACD650;
}
</style>
background-color css
<style>
a { background-color: #ACD650; }
a { background-color: rgb(172,214,80); }
div.DivClassName
{
background-color: #ACD650;
}
.BgClassName
{
background-color: #ACD650;
}
</style>
border-color css
<style>
span { border-color: #ACD650; }
span { border-color: rgb(172,214,80); }
td.TdClassName
{
border-color: #ACD650;
}
.TagClassName
{
border-color: #ACD650;
}
</style>