Shades of Conifer #ACE75B
Tints of Conifer #ACE75B
RGB
CMYK
RGB Variations
Color information
#ACE75B (or 0xACE75B) is known color: Conifer. HEX triplet: AC, E7 and 5B. RGB value is (172,231,91). Sum of RGB (Red+Green+Blue) = 172+231+91=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 231 (90.62% from 255 or 46.76% from 494); Blue value is 91 (35.94% from 255 or 18.42% from 494); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE75B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE75B is #5318A4. Grayscale: #C5C5C5. Windows color (decimal): -5445797 or 6023084. OLE color: 6023084.
HSL color Cylindrical-coordinate representation of color #ACE75B: hue angle of 85.29º degrees, saturation: 0.74, 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 #ACE75B is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 91 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.09 |
| HSL | 85.29º | 0.74% | 0.63% | - |
| HSV(B) | 85.29º | 0.61% | 0.91% | - |
| XYZ | 47.48 | 66.68 | 20.27 | - |
| YUV | 197.4 | 67.95 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 91 | 0.26 | 0 | 0.61 | 0.09 | 85.29 | 0.74 | 0.63 |
| Hex | AC | E7 | 5B | 1A | 0 | 3D | 9 | 55 | 4A | 3F |
| Octal | 254 | 347 | 133 | 32 | 0 | 75 | 11 | 125 | 112 | 77 |
| Binary | 10101100 | 11100111 | 1011011 | 11010 | 0 | 111101 | 1001 | 1010101 | 1001010 | 111111 |
Color Harmonies of #ACE75B
Complementary color
Monochromatic Colors of #ACE75B
Black with #ACE75B
Text Example
Text Example
White with #ACE75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE75B; }
p { color: rgb(172,231,91); }
H1.HeaderClassName
{
color: #ACE75B;
}
.AnyTagClassName
{
color: #ACE75B;
}
</style>
background-color css
<style>
a { background-color: #ACE75B; }
a { background-color: rgb(172,231,91); }
div.DivClassName
{
background-color: #ACE75B;
}
.BgClassName
{
background-color: #ACE75B;
}
</style>
border-color css
<style>
span { border-color: #ACE75B; }
span { border-color: rgb(172,231,91); }
td.TdClassName
{
border-color: #ACE75B;
}
.TagClassName
{
border-color: #ACE75B;
}
</style>