Shades of Conifer #ACD248
Tints of Conifer #ACD248
RGB
CMYK
RGB Variations
Color information
#ACD248 (or 0xACD248) is known color: Conifer. HEX triplet: AC, D2 and 48. RGB value is (172,210,72). Sum of RGB (Red+Green+Blue) = 172+210+72=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 72 (28.52% from 255 or 15.86% from 454); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD248 is #532DB7. Grayscale: #B7B7B7. Windows color (decimal): -5451192 or 4772524. OLE color: 4772524.
HSL color Cylindrical-coordinate representation of color #ACD248: hue angle of 76.52º degrees, saturation: 0.61, 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 #ACD248 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 72 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.18 |
| HSL | 76.52º | 0.61% | 0.55% | - |
| HSV(B) | 76.52º | 0.66% | 0.82% | - |
| XYZ | 41.23 | 55.33 | 14.64 | - |
| YUV | 182.91 | 65.41 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 72 | 0.18 | 0 | 0.66 | 0.18 | 76.52 | 0.61 | 0.55 |
| Hex | AC | D2 | 48 | 12 | 0 | 42 | 12 | 4D | 3D | 37 |
| Octal | 254 | 322 | 110 | 22 | 0 | 102 | 22 | 115 | 75 | 67 |
| Binary | 10101100 | 11010010 | 1001000 | 10010 | 0 | 1000010 | 10010 | 1001101 | 111101 | 110111 |
Color Harmonies of #ACD248
Complementary color
Monochromatic Colors of #ACD248
Black with #ACD248
Text Example
Text Example
White with #ACD248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD248; }
p { color: rgb(172,210,72); }
H1.HeaderClassName
{
color: #ACD248;
}
.AnyTagClassName
{
color: #ACD248;
}
</style>
background-color css
<style>
a { background-color: #ACD248; }
a { background-color: rgb(172,210,72); }
div.DivClassName
{
background-color: #ACD248;
}
.BgClassName
{
background-color: #ACD248;
}
</style>
border-color css
<style>
span { border-color: #ACD248; }
span { border-color: rgb(172,210,72); }
td.TdClassName
{
border-color: #ACD248;
}
.TagClassName
{
border-color: #ACD248;
}
</style>