Shades of Conifer #ACD451
Tints of Conifer #ACD451
RGB
CMYK
RGB Variations
Color information
#ACD451 (or 0xACD451) is known color: Conifer. HEX triplet: AC, D4 and 51. RGB value is (172,212,81). Sum of RGB (Red+Green+Blue) = 172+212+81=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 81 (32.03% from 255 or 17.42% from 465); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD451 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD451 is #532BAE. Grayscale: #B9B9B9. Windows color (decimal): -5450671 or 5362860. OLE color: 5362860.
HSL color Cylindrical-coordinate representation of color #ACD451: hue angle of 78.32º 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 #ACD451 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 81 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.17 |
| HSL | 78.32º | 0.6% | 0.57% | - |
| HSV(B) | 78.32º | 0.62% | 0.83% | - |
| XYZ | 42.04 | 56.45 | 16.47 | - |
| YUV | 185.11 | 69.25 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 81 | 0.19 | 0 | 0.62 | 0.17 | 78.32 | 0.6 | 0.57 |
| Hex | AC | D4 | 51 | 13 | 0 | 3E | 11 | 4E | 3C | 39 |
| Octal | 254 | 324 | 121 | 23 | 0 | 76 | 21 | 116 | 74 | 71 |
| Binary | 10101100 | 11010100 | 1010001 | 10011 | 0 | 111110 | 10001 | 1001110 | 111100 | 111001 |
Color Harmonies of #ACD451
Complementary color
Monochromatic Colors of #ACD451
Black with #ACD451
Text Example
Text Example
White with #ACD451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD451; }
p { color: rgb(172,212,81); }
H1.HeaderClassName
{
color: #ACD451;
}
.AnyTagClassName
{
color: #ACD451;
}
</style>
background-color css
<style>
a { background-color: #ACD451; }
a { background-color: rgb(172,212,81); }
div.DivClassName
{
background-color: #ACD451;
}
.BgClassName
{
background-color: #ACD451;
}
</style>
border-color css
<style>
span { border-color: #ACD451; }
span { border-color: rgb(172,212,81); }
td.TdClassName
{
border-color: #ACD451;
}
.TagClassName
{
border-color: #ACD451;
}
</style>