Shades of Conifer #ACD448
Tints of Conifer #ACD448
RGB
CMYK
RGB Variations
Color information
#ACD448 (or 0xACD448) is known color: Conifer. HEX triplet: AC, D4 and 48. RGB value is (172,212,72). Sum of RGB (Red+Green+Blue) = 172+212+72=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD448 is #532BB7. Grayscale: #B8B8B8. Windows color (decimal): -5450680 or 4773036. OLE color: 4773036.
HSL color Cylindrical-coordinate representation of color #ACD448: hue angle of 77.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACD448 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 72 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.17 |
| HSL | 77.14º | 0.62% | 0.56% | - |
| HSV(B) | 77.14º | 0.66% | 0.83% | - |
| XYZ | 41.73 | 56.33 | 14.8 | - |
| YUV | 184.08 | 64.75 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 72 | 0.19 | 0 | 0.66 | 0.17 | 77.14 | 0.62 | 0.56 |
| Hex | AC | D4 | 48 | 13 | 0 | 42 | 11 | 4D | 3E | 38 |
| Octal | 254 | 324 | 110 | 23 | 0 | 102 | 21 | 115 | 76 | 70 |
| Binary | 10101100 | 11010100 | 1001000 | 10011 | 0 | 1000010 | 10001 | 1001101 | 111110 | 111000 |
Color Harmonies of #ACD448
Complementary color
Monochromatic Colors of #ACD448
Black with #ACD448
Text Example
Text Example
White with #ACD448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD448; }
p { color: rgb(172,212,72); }
H1.HeaderClassName
{
color: #ACD448;
}
.AnyTagClassName
{
color: #ACD448;
}
</style>
background-color css
<style>
a { background-color: #ACD448; }
a { background-color: rgb(172,212,72); }
div.DivClassName
{
background-color: #ACD448;
}
.BgClassName
{
background-color: #ACD448;
}
</style>
border-color css
<style>
span { border-color: #ACD448; }
span { border-color: rgb(172,212,72); }
td.TdClassName
{
border-color: #ACD448;
}
.TagClassName
{
border-color: #ACD448;
}
</style>