Shades of Conifer #ACE467
Tints of Conifer #ACE467
RGB
CMYK
RGB Variations
Color information
#ACE467 (or 0xACE467) is known color: Conifer. HEX triplet: AC, E4 and 67. RGB value is (172,228,103). Sum of RGB (Red+Green+Blue) = 172+228+103=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 228 (89.45% from 255 or 45.33% from 503); Blue value is 103 (40.62% from 255 or 20.48% from 503); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE467 is #531B98. Grayscale: #C5C5C5. Windows color (decimal): -5446553 or 6808748. OLE color: 6808748.
HSL color Cylindrical-coordinate representation of color #ACE467: hue angle of 86.88º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACE467 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 103 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.11 |
| HSL | 86.88º | 0.7% | 0.65% | - |
| HSV(B) | 86.88º | 0.55% | 0.89% | - |
| XYZ | 47.2 | 65.24 | 22.94 | - |
| YUV | 197.01 | 74.95 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 103 | 0.25 | 0 | 0.55 | 0.11 | 86.88 | 0.7 | 0.65 |
| Hex | AC | E4 | 67 | 19 | 0 | 37 | B | 57 | 46 | 41 |
| Octal | 254 | 344 | 147 | 31 | 0 | 67 | 13 | 127 | 106 | 101 |
| Binary | 10101100 | 11100100 | 1100111 | 11001 | 0 | 110111 | 1011 | 1010111 | 1000110 | 1000001 |
Color Harmonies of #ACE467
Complementary color
Monochromatic Colors of #ACE467
Black with #ACE467
Text Example
Text Example
White with #ACE467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE467; }
p { color: rgb(172,228,103); }
H1.HeaderClassName
{
color: #ACE467;
}
.AnyTagClassName
{
color: #ACE467;
}
</style>
background-color css
<style>
a { background-color: #ACE467; }
a { background-color: rgb(172,228,103); }
div.DivClassName
{
background-color: #ACE467;
}
.BgClassName
{
background-color: #ACE467;
}
</style>
border-color css
<style>
span { border-color: #ACE467; }
span { border-color: rgb(172,228,103); }
td.TdClassName
{
border-color: #ACE467;
}
.TagClassName
{
border-color: #ACE467;
}
</style>