Shades of Conifer #ACE448
Tints of Conifer #ACE448
RGB
CMYK
RGB Variations
Color information
#ACE448 (or 0xACE448) is known color: Conifer. HEX triplet: AC, E4 and 48. RGB value is (172,228,72). Sum of RGB (Red+Green+Blue) = 172+228+72=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 228 (89.45% from 255 or 48.31% from 472); Blue value is 72 (28.52% from 255 or 15.25% from 472); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE448 is #531BB7. Grayscale: #C2C2C2. Windows color (decimal): -5446584 or 4777132. OLE color: 4777132.
HSL color Cylindrical-coordinate representation of color #ACE448: hue angle of 81.54º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACE448 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 72 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.11 |
| HSL | 81.54º | 0.74% | 0.59% | - |
| HSV(B) | 81.54º | 0.68% | 0.89% | - |
| XYZ | 45.93 | 64.73 | 16.2 | - |
| YUV | 193.47 | 59.45 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 72 | 0.25 | 0 | 0.68 | 0.11 | 81.54 | 0.74 | 0.59 |
| Hex | AC | E4 | 48 | 19 | 0 | 44 | B | 52 | 4A | 3B |
| Octal | 254 | 344 | 110 | 31 | 0 | 104 | 13 | 122 | 112 | 73 |
| Binary | 10101100 | 11100100 | 1001000 | 11001 | 0 | 1000100 | 1011 | 1010010 | 1001010 | 111011 |
Color Harmonies of #ACE448
Complementary color
Monochromatic Colors of #ACE448
Black with #ACE448
Text Example
Text Example
White with #ACE448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE448; }
p { color: rgb(172,228,72); }
H1.HeaderClassName
{
color: #ACE448;
}
.AnyTagClassName
{
color: #ACE448;
}
</style>
background-color css
<style>
a { background-color: #ACE448; }
a { background-color: rgb(172,228,72); }
div.DivClassName
{
background-color: #ACE448;
}
.BgClassName
{
background-color: #ACE448;
}
</style>
border-color css
<style>
span { border-color: #ACE448; }
span { border-color: rgb(172,228,72); }
td.TdClassName
{
border-color: #ACE448;
}
.TagClassName
{
border-color: #ACE448;
}
</style>