Shades of Conifer #ACD148
Tints of Conifer #ACD148
RGB
CMYK
RGB Variations
Color information
#ACD148 (or 0xACD148) is known color: Conifer. HEX triplet: AC, D1 and 48. RGB value is (172,209,72). Sum of RGB (Red+Green+Blue) = 172+209+72=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD148 is #532EB7. Grayscale: #B6B6B6. Windows color (decimal): -5451448 or 4772268. OLE color: 4772268.
HSL color Cylindrical-coordinate representation of color #ACD148: hue angle of 76.2º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACD148 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 72 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.18 |
| HSL | 76.2º | 0.6% | 0.55% | - |
| HSV(B) | 76.2º | 0.66% | 0.82% | - |
| XYZ | 40.98 | 54.84 | 14.56 | - |
| YUV | 182.32 | 65.74 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 72 | 0.18 | 0 | 0.66 | 0.18 | 76.2 | 0.6 | 0.55 |
| Hex | AC | D1 | 48 | 12 | 0 | 42 | 12 | 4C | 3C | 37 |
| Octal | 254 | 321 | 110 | 22 | 0 | 102 | 22 | 114 | 74 | 67 |
| Binary | 10101100 | 11010001 | 1001000 | 10010 | 0 | 1000010 | 10010 | 1001100 | 111100 | 110111 |
Color Harmonies of #ACD148
Complementary color
Monochromatic Colors of #ACD148
Black with #ACD148
Text Example
Text Example
White with #ACD148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD148; }
p { color: rgb(172,209,72); }
H1.HeaderClassName
{
color: #ACD148;
}
.AnyTagClassName
{
color: #ACD148;
}
</style>
background-color css
<style>
a { background-color: #ACD148; }
a { background-color: rgb(172,209,72); }
div.DivClassName
{
background-color: #ACD148;
}
.BgClassName
{
background-color: #ACD148;
}
</style>
border-color css
<style>
span { border-color: #ACD148; }
span { border-color: rgb(172,209,72); }
td.TdClassName
{
border-color: #ACD148;
}
.TagClassName
{
border-color: #ACD148;
}
</style>