Shades of Conifer #ACF75E
Tints of Conifer #ACF75E
RGB
CMYK
RGB Variations
Color information
#ACF75E (or 0xACF75E) is known color: Conifer. HEX triplet: AC, F7 and 5E. RGB value is (172,247,94). Sum of RGB (Red+Green+Blue) = 172+247+94=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 94 (37.11% from 255 or 18.32% from 513); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF75E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF75E is #5308A1. Grayscale: #CFCFCF. Windows color (decimal): -5441698 or 6223788. OLE color: 6223788.
HSL color Cylindrical-coordinate representation of color #ACF75E: hue angle of 89.41º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACF75E is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 94 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.03 |
| HSL | 89.41º | 0.91% | 0.67% | - |
| HSV(B) | 89.41º | 0.62% | 0.97% | - |
| XYZ | 52.29 | 76.1 | 22.52 | - |
| YUV | 207.13 | 64.15 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 94 | 0.30 | 0 | 0.62 | 0.03 | 89.41 | 0.91 | 0.67 |
| Hex | AC | F7 | 5E | 1E | 0 | 3E | 3 | 59 | 5B | 43 |
| Octal | 254 | 367 | 136 | 36 | 0 | 76 | 3 | 131 | 133 | 103 |
| Binary | 10101100 | 11110111 | 1011110 | 11110 | 0 | 111110 | 11 | 1011001 | 1011011 | 1000011 |
Color Harmonies of #ACF75E
Complementary color
Monochromatic Colors of #ACF75E
Black with #ACF75E
Text Example
Text Example
White with #ACF75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF75E; }
p { color: rgb(172,247,94); }
H1.HeaderClassName
{
color: #ACF75E;
}
.AnyTagClassName
{
color: #ACF75E;
}
</style>
background-color css
<style>
a { background-color: #ACF75E; }
a { background-color: rgb(172,247,94); }
div.DivClassName
{
background-color: #ACF75E;
}
.BgClassName
{
background-color: #ACF75E;
}
</style>
border-color css
<style>
span { border-color: #ACF75E; }
span { border-color: rgb(172,247,94); }
td.TdClassName
{
border-color: #ACF75E;
}
.TagClassName
{
border-color: #ACF75E;
}
</style>