Shades of Conifer #ACF45E
Tints of Conifer #ACF45E
RGB
CMYK
RGB Variations
Color information
#ACF45E (or 0xACF45E) is known color: Conifer. HEX triplet: AC, F4 and 5E. RGB value is (172,244,94). Sum of RGB (Red+Green+Blue) = 172+244+94=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 94 (37.11% from 255 or 18.43% from 510); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF45E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF45E is #530BA1. Grayscale: #CDCDCD. Windows color (decimal): -5442466 or 6223020. OLE color: 6223020.
HSL color Cylindrical-coordinate representation of color #ACF45E: hue angle of 88.8º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACF45E is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 94 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.04 |
| HSL | 88.8º | 0.87% | 0.66% | - |
| HSV(B) | 88.8º | 0.61% | 0.96% | - |
| XYZ | 51.38 | 74.28 | 22.22 | - |
| YUV | 205.37 | 65.15 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 94 | 0.30 | 0 | 0.61 | 0.04 | 88.8 | 0.87 | 0.66 |
| Hex | AC | F4 | 5E | 1E | 0 | 3D | 4 | 59 | 57 | 42 |
| Octal | 254 | 364 | 136 | 36 | 0 | 75 | 4 | 131 | 127 | 102 |
| Binary | 10101100 | 11110100 | 1011110 | 11110 | 0 | 111101 | 100 | 1011001 | 1010111 | 1000010 |
Color Harmonies of #ACF45E
Complementary color
Monochromatic Colors of #ACF45E
Black with #ACF45E
Text Example
Text Example
White with #ACF45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF45E; }
p { color: rgb(172,244,94); }
H1.HeaderClassName
{
color: #ACF45E;
}
.AnyTagClassName
{
color: #ACF45E;
}
</style>
background-color css
<style>
a { background-color: #ACF45E; }
a { background-color: rgb(172,244,94); }
div.DivClassName
{
background-color: #ACF45E;
}
.BgClassName
{
background-color: #ACF45E;
}
</style>
border-color css
<style>
span { border-color: #ACF45E; }
span { border-color: rgb(172,244,94); }
td.TdClassName
{
border-color: #ACF45E;
}
.TagClassName
{
border-color: #ACF45E;
}
</style>