Shades of Conifer #ACD464
Tints of Conifer #ACD464
RGB
CMYK
RGB Variations
Color information
#ACD464 (or 0xACD464) is known color: Conifer. HEX triplet: AC, D4 and 64. RGB value is (172,212,100). Sum of RGB (Red+Green+Blue) = 172+212+100=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD464 is #532B9B. Grayscale: #BBBBBB. Windows color (decimal): -5450652 or 6608044. OLE color: 6608044.
HSL color Cylindrical-coordinate representation of color #ACD464: hue angle of 81.43º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACD464 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 100 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.17 |
| HSL | 81.43º | 0.57% | 0.61% | - |
| HSV(B) | 81.43º | 0.53% | 0.83% | - |
| XYZ | 42.86 | 56.78 | 20.76 | - |
| YUV | 187.27 | 78.75 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 100 | 0.19 | 0 | 0.53 | 0.17 | 81.43 | 0.57 | 0.61 |
| Hex | AC | D4 | 64 | 13 | 0 | 35 | 11 | 51 | 39 | 3D |
| Octal | 254 | 324 | 144 | 23 | 0 | 65 | 21 | 121 | 71 | 75 |
| Binary | 10101100 | 11010100 | 1100100 | 10011 | 0 | 110101 | 10001 | 1010001 | 111001 | 111101 |
Color Harmonies of #ACD464
Complementary color
Monochromatic Colors of #ACD464
Black with #ACD464
Text Example
Text Example
White with #ACD464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD464; }
p { color: rgb(172,212,100); }
H1.HeaderClassName
{
color: #ACD464;
}
.AnyTagClassName
{
color: #ACD464;
}
</style>
background-color css
<style>
a { background-color: #ACD464; }
a { background-color: rgb(172,212,100); }
div.DivClassName
{
background-color: #ACD464;
}
.BgClassName
{
background-color: #ACD464;
}
</style>
border-color css
<style>
span { border-color: #ACD464; }
span { border-color: rgb(172,212,100); }
td.TdClassName
{
border-color: #ACD464;
}
.TagClassName
{
border-color: #ACD464;
}
</style>