Shades of Conifer #ACE369
Tints of Conifer #ACE369
RGB
CMYK
RGB Variations
Color information
#ACE369 (or 0xACE369) is known color: Conifer. HEX triplet: AC, E3 and 69. RGB value is (172,227,105). Sum of RGB (Red+Green+Blue) = 172+227+105=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE369 is #531C96. Grayscale: #C5C5C5. Windows color (decimal): -5446807 or 6939564. OLE color: 6939564.
HSL color Cylindrical-coordinate representation of color #ACE369: hue angle of 87.05º degrees, saturation: 0.69, 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 #ACE369 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 105 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.11 |
| HSL | 87.05º | 0.69% | 0.65% | - |
| HSV(B) | 87.05º | 0.54% | 0.89% | - |
| XYZ | 47.03 | 64.73 | 23.38 | - |
| YUV | 196.65 | 76.28 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 105 | 0.24 | 0 | 0.54 | 0.11 | 87.05 | 0.69 | 0.65 |
| Hex | AC | E3 | 69 | 18 | 0 | 36 | B | 57 | 45 | 41 |
| Octal | 254 | 343 | 151 | 30 | 0 | 66 | 13 | 127 | 105 | 101 |
| Binary | 10101100 | 11100011 | 1101001 | 11000 | 0 | 110110 | 1011 | 1010111 | 1000101 | 1000001 |
Color Harmonies of #ACE369
Complementary color
Monochromatic Colors of #ACE369
Black with #ACE369
Text Example
Text Example
White with #ACE369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE369; }
p { color: rgb(172,227,105); }
H1.HeaderClassName
{
color: #ACE369;
}
.AnyTagClassName
{
color: #ACE369;
}
</style>
background-color css
<style>
a { background-color: #ACE369; }
a { background-color: rgb(172,227,105); }
div.DivClassName
{
background-color: #ACE369;
}
.BgClassName
{
background-color: #ACE369;
}
</style>
border-color css
<style>
span { border-color: #ACE369; }
span { border-color: rgb(172,227,105); }
td.TdClassName
{
border-color: #ACE369;
}
.TagClassName
{
border-color: #ACE369;
}
</style>