Shades of Conifer #ACE15B
Tints of Conifer #ACE15B
RGB
CMYK
RGB Variations
Color information
#ACE15B (or 0xACE15B) is known color: Conifer. HEX triplet: AC, E1 and 5B. RGB value is (172,225,91). Sum of RGB (Red+Green+Blue) = 172+225+91=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE15B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE15B is #531EA4. Grayscale: #C2C2C2. Windows color (decimal): -5447333 or 6021548. OLE color: 6021548.
HSL color Cylindrical-coordinate representation of color #ACE15B: hue angle of 83.73º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACE15B is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 91 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.12 |
| HSL | 83.73º | 0.69% | 0.62% | - |
| HSV(B) | 83.73º | 0.6% | 0.88% | - |
| XYZ | 45.83 | 63.38 | 19.72 | - |
| YUV | 193.88 | 69.94 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 91 | 0.24 | 0 | 0.60 | 0.12 | 83.73 | 0.69 | 0.62 |
| Hex | AC | E1 | 5B | 18 | 0 | 3C | C | 54 | 45 | 3E |
| Octal | 254 | 341 | 133 | 30 | 0 | 74 | 14 | 124 | 105 | 76 |
| Binary | 10101100 | 11100001 | 1011011 | 11000 | 0 | 111100 | 1100 | 1010100 | 1000101 | 111110 |
Color Harmonies of #ACE15B
Complementary color
Monochromatic Colors of #ACE15B
Black with #ACE15B
Text Example
Text Example
White with #ACE15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE15B; }
p { color: rgb(172,225,91); }
H1.HeaderClassName
{
color: #ACE15B;
}
.AnyTagClassName
{
color: #ACE15B;
}
</style>
background-color css
<style>
a { background-color: #ACE15B; }
a { background-color: rgb(172,225,91); }
div.DivClassName
{
background-color: #ACE15B;
}
.BgClassName
{
background-color: #ACE15B;
}
</style>
border-color css
<style>
span { border-color: #ACE15B; }
span { border-color: rgb(172,225,91); }
td.TdClassName
{
border-color: #ACE15B;
}
.TagClassName
{
border-color: #ACE15B;
}
</style>