Shades of Conifer #ACE65F
Tints of Conifer #ACE65F
RGB
CMYK
RGB Variations
Color information
#ACE65F (or 0xACE65F) is known color: Conifer. HEX triplet: AC, E6 and 5F. RGB value is (172,230,95). Sum of RGB (Red+Green+Blue) = 172+230+95=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 230 (90.23% from 255 or 46.28% from 497); Blue value is 95 (37.5% from 255 or 19.11% from 497); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE65F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE65F is #5319A0. Grayscale: #C5C5C5. Windows color (decimal): -5446049 or 6284972. OLE color: 6284972.
HSL color Cylindrical-coordinate representation of color #ACE65F: hue angle of 85.78º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACE65F is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 95 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.10 |
| HSL | 85.78º | 0.73% | 0.64% | - |
| HSV(B) | 85.78º | 0.59% | 0.9% | - |
| XYZ | 47.38 | 66.19 | 21.11 | - |
| YUV | 197.27 | 70.28 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 95 | 0.25 | 0 | 0.59 | 0.10 | 85.78 | 0.73 | 0.64 |
| Hex | AC | E6 | 5F | 19 | 0 | 3B | A | 56 | 49 | 40 |
| Octal | 254 | 346 | 137 | 31 | 0 | 73 | 12 | 126 | 111 | 100 |
| Binary | 10101100 | 11100110 | 1011111 | 11001 | 0 | 111011 | 1010 | 1010110 | 1001001 | 1000000 |
Color Harmonies of #ACE65F
Complementary color
Monochromatic Colors of #ACE65F
Black with #ACE65F
Text Example
Text Example
White with #ACE65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE65F; }
p { color: rgb(172,230,95); }
H1.HeaderClassName
{
color: #ACE65F;
}
.AnyTagClassName
{
color: #ACE65F;
}
</style>
background-color css
<style>
a { background-color: #ACE65F; }
a { background-color: rgb(172,230,95); }
div.DivClassName
{
background-color: #ACE65F;
}
.BgClassName
{
background-color: #ACE65F;
}
</style>
border-color css
<style>
span { border-color: #ACE65F; }
span { border-color: rgb(172,230,95); }
td.TdClassName
{
border-color: #ACE65F;
}
.TagClassName
{
border-color: #ACE65F;
}
</style>