Shades of Conifer #ACD648
Tints of Conifer #ACD648
RGB
CMYK
RGB Variations
Color information
#ACD648 (or 0xACD648) is known color: Conifer. HEX triplet: AC, D6 and 48. RGB value is (172,214,72). Sum of RGB (Red+Green+Blue) = 172+214+72=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD648 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD648 is #5329B7. Grayscale: #B9B9B9. Windows color (decimal): -5450168 or 4773548. OLE color: 4773548.
HSL color Cylindrical-coordinate representation of color #ACD648: hue angle of 77.75º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACD648 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 72 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.16 |
| HSL | 77.75º | 0.63% | 0.56% | - |
| HSV(B) | 77.75º | 0.66% | 0.84% | - |
| XYZ | 42.23 | 57.33 | 14.97 | - |
| YUV | 185.25 | 64.09 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 72 | 0.20 | 0 | 0.66 | 0.16 | 77.75 | 0.63 | 0.56 |
| Hex | AC | D6 | 48 | 14 | 0 | 42 | 10 | 4E | 3F | 38 |
| Octal | 254 | 326 | 110 | 24 | 0 | 102 | 20 | 116 | 77 | 70 |
| Binary | 10101100 | 11010110 | 1001000 | 10100 | 0 | 1000010 | 10000 | 1001110 | 111111 | 111000 |
Color Harmonies of #ACD648
Complementary color
Monochromatic Colors of #ACD648
Black with #ACD648
Text Example
Text Example
White with #ACD648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD648; }
p { color: rgb(172,214,72); }
H1.HeaderClassName
{
color: #ACD648;
}
.AnyTagClassName
{
color: #ACD648;
}
</style>
background-color css
<style>
a { background-color: #ACD648; }
a { background-color: rgb(172,214,72); }
div.DivClassName
{
background-color: #ACD648;
}
.BgClassName
{
background-color: #ACD648;
}
</style>
border-color css
<style>
span { border-color: #ACD648; }
span { border-color: rgb(172,214,72); }
td.TdClassName
{
border-color: #ACD648;
}
.TagClassName
{
border-color: #ACD648;
}
</style>