Shades of Conifer #ACE269
Tints of Conifer #ACE269
RGB
CMYK
RGB Variations
Color information
#ACE269 (or 0xACE269) is known color: Conifer. HEX triplet: AC, E2 and 69. RGB value is (172,226,105). Sum of RGB (Red+Green+Blue) = 172+226+105=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 226 (88.67% from 255 or 44.93% from 503); Blue value is 105 (41.41% from 255 or 20.87% from 503); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE269 is #531D96. Grayscale: #C4C4C4. Windows color (decimal): -5447063 or 6939308. OLE color: 6939308.
HSL color Cylindrical-coordinate representation of color #ACE269: hue angle of 86.78º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACE269 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 105 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.11 |
| HSL | 86.78º | 0.68% | 0.65% | - |
| HSV(B) | 86.78º | 0.54% | 0.89% | - |
| XYZ | 46.76 | 64.18 | 23.29 | - |
| YUV | 196.06 | 76.61 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 105 | 0.24 | 0 | 0.54 | 0.11 | 86.78 | 0.68 | 0.65 |
| Hex | AC | E2 | 69 | 18 | 0 | 36 | B | 57 | 44 | 41 |
| Octal | 254 | 342 | 151 | 30 | 0 | 66 | 13 | 127 | 104 | 101 |
| Binary | 10101100 | 11100010 | 1101001 | 11000 | 0 | 110110 | 1011 | 1010111 | 1000100 | 1000001 |
Color Harmonies of #ACE269
Complementary color
Monochromatic Colors of #ACE269
Black with #ACE269
Text Example
Text Example
White with #ACE269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE269; }
p { color: rgb(172,226,105); }
H1.HeaderClassName
{
color: #ACE269;
}
.AnyTagClassName
{
color: #ACE269;
}
</style>
background-color css
<style>
a { background-color: #ACE269; }
a { background-color: rgb(172,226,105); }
div.DivClassName
{
background-color: #ACE269;
}
.BgClassName
{
background-color: #ACE269;
}
</style>
border-color css
<style>
span { border-color: #ACE269; }
span { border-color: rgb(172,226,105); }
td.TdClassName
{
border-color: #ACE269;
}
.TagClassName
{
border-color: #ACE269;
}
</style>