Shades of Conifer #ACD750
Tints of Conifer #ACD750
RGB
CMYK
RGB Variations
Color information
#ACD750 (or 0xACD750) is known color: Conifer. HEX triplet: AC, D7 and 50. RGB value is (172,215,80). Sum of RGB (Red+Green+Blue) = 172+215+80=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD750 is #5328AF. Grayscale: #BBBBBB. Windows color (decimal): -5449904 or 5298092. OLE color: 5298092.
HSL color Cylindrical-coordinate representation of color #ACD750: hue angle of 79.11º degrees, saturation: 0.63, 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 #ACD750 is Cyan = 0.2, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 80 | - |
| CMYK | 0.2 | 0 | 0.63 | 0.16 |
| HSL | 79.11º | 0.63% | 0.58% | - |
| HSV(B) | 79.11º | 0.63% | 0.84% | - |
| XYZ | 42.76 | 57.95 | 16.52 | - |
| YUV | 186.75 | 67.75 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 80 | 0.2 | 0 | 0.63 | 0.16 | 79.11 | 0.63 | 0.58 |
| Hex | AC | D7 | 50 | 14 | 0 | 3F | 10 | 4F | 3F | 3A |
| Octal | 254 | 327 | 120 | 24 | 0 | 77 | 20 | 117 | 77 | 72 |
| Binary | 10101100 | 11010111 | 1010000 | 10100 | 0 | 111111 | 10000 | 1001111 | 111111 | 111010 |
Color Harmonies of #ACD750
Complementary color
Monochromatic Colors of #ACD750
Black with #ACD750
Text Example
Text Example
White with #ACD750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD750; }
p { color: rgb(172,215,80); }
H1.HeaderClassName
{
color: #ACD750;
}
.AnyTagClassName
{
color: #ACD750;
}
</style>
background-color css
<style>
a { background-color: #ACD750; }
a { background-color: rgb(172,215,80); }
div.DivClassName
{
background-color: #ACD750;
}
.BgClassName
{
background-color: #ACD750;
}
</style>
border-color css
<style>
span { border-color: #ACD750; }
span { border-color: rgb(172,215,80); }
td.TdClassName
{
border-color: #ACD750;
}
.TagClassName
{
border-color: #ACD750;
}
</style>