Shades of Conifer #ACFC51
Tints of Conifer #ACFC51
RGB
CMYK
RGB Variations
Color information
#ACFC51 (or 0xACFC51) is known color: Conifer. HEX triplet: AC, FC and 51. RGB value is (172,252,81). Sum of RGB (Red+Green+Blue) = 172+252+81=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 81 (32.03% from 255 or 16.04% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC51 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFC51 is #5303AE. Grayscale: #D1D1D1. Windows color (decimal): -5440431 or 5373100. OLE color: 5373100.
HSL color Cylindrical-coordinate representation of color #ACFC51: hue angle of 88.07º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACFC51 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 81 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.01 |
| HSL | 88.07º | 0.97% | 0.65% | - |
| HSV(B) | 88.07º | 0.68% | 0.99% | - |
| XYZ | 53.31 | 78.99 | 20.22 | - |
| YUV | 208.59 | 56 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 81 | 0.32 | 0 | 0.68 | 0.01 | 88.07 | 0.97 | 0.65 |
| Hex | AC | FC | 51 | 20 | 0 | 44 | 1 | 58 | 61 | 41 |
| Octal | 254 | 374 | 121 | 40 | 0 | 104 | 1 | 130 | 141 | 101 |
| Binary | 10101100 | 11111100 | 1010001 | 100000 | 0 | 1000100 | 1 | 1011000 | 1100001 | 1000001 |
Color Harmonies of #ACFC51
Complementary color
Monochromatic Colors of #ACFC51
Black with #ACFC51
Text Example
Text Example
White with #ACFC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFC51; }
p { color: rgb(172,252,81); }
H1.HeaderClassName
{
color: #ACFC51;
}
.AnyTagClassName
{
color: #ACFC51;
}
</style>
background-color css
<style>
a { background-color: #ACFC51; }
a { background-color: rgb(172,252,81); }
div.DivClassName
{
background-color: #ACFC51;
}
.BgClassName
{
background-color: #ACFC51;
}
</style>
border-color css
<style>
span { border-color: #ACFC51; }
span { border-color: rgb(172,252,81); }
td.TdClassName
{
border-color: #ACFC51;
}
.TagClassName
{
border-color: #ACFC51;
}
</style>