Shades of Conifer #ACE85B
Tints of Conifer #ACE85B
RGB
CMYK
RGB Variations
Color information
#ACE85B (or 0xACE85B) is known color: Conifer. HEX triplet: AC, E8 and 5B. RGB value is (172,232,91). Sum of RGB (Red+Green+Blue) = 172+232+91=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 91 (35.94% from 255 or 18.38% from 495); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE85B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE85B is #5317A4. Grayscale: #C6C6C6. Windows color (decimal): -5445541 or 6023340. OLE color: 6023340.
HSL color Cylindrical-coordinate representation of color #ACE85B: hue angle of 85.53º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACE85B is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 232 | 91 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.09 |
| HSL | 85.53º | 0.75% | 0.63% | - |
| HSV(B) | 85.53º | 0.61% | 0.91% | - |
| XYZ | 47.76 | 67.24 | 20.36 | - |
| YUV | 197.99 | 67.62 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 232 | 91 | 0.26 | 0 | 0.61 | 0.09 | 85.53 | 0.75 | 0.63 |
| Hex | AC | E8 | 5B | 1A | 0 | 3D | 9 | 56 | 4B | 3F |
| Octal | 254 | 350 | 133 | 32 | 0 | 75 | 11 | 126 | 113 | 77 |
| Binary | 10101100 | 11101000 | 1011011 | 11010 | 0 | 111101 | 1001 | 1010110 | 1001011 | 111111 |
Color Harmonies of #ACE85B
Complementary color
Monochromatic Colors of #ACE85B
Black with #ACE85B
Text Example
Text Example
White with #ACE85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE85B; }
p { color: rgb(172,232,91); }
H1.HeaderClassName
{
color: #ACE85B;
}
.AnyTagClassName
{
color: #ACE85B;
}
</style>
background-color css
<style>
a { background-color: #ACE85B; }
a { background-color: rgb(172,232,91); }
div.DivClassName
{
background-color: #ACE85B;
}
.BgClassName
{
background-color: #ACE85B;
}
</style>
border-color css
<style>
span { border-color: #ACE85B; }
span { border-color: rgb(172,232,91); }
td.TdClassName
{
border-color: #ACE85B;
}
.TagClassName
{
border-color: #ACE85B;
}
</style>