Shades of Conifer #ACFE56
Tints of Conifer #ACFE56
RGB
CMYK
RGB Variations
Color information
#ACFE56 (or 0xACFE56) is known color: Conifer. HEX triplet: AC, FE and 56. RGB value is (172,254,86). Sum of RGB (Red+Green+Blue) = 172+254+86=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 86 (33.98% from 255 or 16.80% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFE56 is #5301A9. Grayscale: #D2D2D2. Windows color (decimal): -5439914 or 5701292. OLE color: 5701292.
HSL color Cylindrical-coordinate representation of color #ACFE56: hue angle of 89.29º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACFE56 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 86 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.00 |
| HSL | 89.29º | 0.99% | 0.67% | - |
| HSV(B) | 89.29º | 0.66% | 1% | - |
| XYZ | 54.13 | 80.33 | 21.46 | - |
| YUV | 210.33 | 57.83 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 86 | 0.32 | 0 | 0.66 | 0.00 | 89.29 | 0.99 | 0.67 |
| Hex | AC | FE | 56 | 20 | 0 | 42 | 0 | 59 | 63 | 43 |
| Octal | 254 | 376 | 126 | 40 | 0 | 102 | 0 | 131 | 143 | 103 |
| Binary | 10101100 | 11111110 | 1010110 | 100000 | 0 | 1000010 | 0 | 1011001 | 1100011 | 1000011 |
Color Harmonies of #ACFE56
Complementary color
Monochromatic Colors of #ACFE56
Black with #ACFE56
Text Example
Text Example
White with #ACFE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFE56; }
p { color: rgb(172,254,86); }
H1.HeaderClassName
{
color: #ACFE56;
}
.AnyTagClassName
{
color: #ACFE56;
}
</style>
background-color css
<style>
a { background-color: #ACFE56; }
a { background-color: rgb(172,254,86); }
div.DivClassName
{
background-color: #ACFE56;
}
.BgClassName
{
background-color: #ACFE56;
}
</style>
border-color css
<style>
span { border-color: #ACFE56; }
span { border-color: rgb(172,254,86); }
td.TdClassName
{
border-color: #ACFE56;
}
.TagClassName
{
border-color: #ACFE56;
}
</style>