Shades of Conifer #ACFF57
Tints of Conifer #ACFF57
RGB
CMYK
RGB Variations
Color information
#ACFF57 (or 0xACFF57) is known color: Conifer. HEX triplet: AC, FF and 57. RGB value is (172,255,87). Sum of RGB (Red+Green+Blue) = 172+255+87=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 87 (34.38% from 255 or 16.93% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF57 is #5300A8. Grayscale: #D3D3D3. Windows color (decimal): -5439657 or 5767084. OLE color: 5767084.
HSL color Cylindrical-coordinate representation of color #ACFF57: hue angle of 89.64º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACFF57 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 87 | - |
| CMYK | 0.33 | 0 | 0.66 | 0 |
| HSL | 89.64º | 1% | 0.67% | - |
| HSV(B) | 89.64º | 0.66% | 1% | - |
| XYZ | 54.49 | 80.98 | 21.78 | - |
| YUV | 211.03 | 58 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 87 | 0.33 | 0 | 0.66 | 0 | 89.64 | 1 | 0.67 |
| Hex | AC | FF | 57 | 21 | 0 | 42 | 0 | 5A | 64 | 43 |
| Octal | 254 | 377 | 127 | 41 | 0 | 102 | 0 | 132 | 144 | 103 |
| Binary | 10101100 | 11111111 | 1010111 | 100001 | 0 | 1000010 | 0 | 1011010 | 1100100 | 1000011 |
Color Harmonies of #ACFF57
Complementary color
Monochromatic Colors of #ACFF57
Black with #ACFF57
Text Example
Text Example
White with #ACFF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFF57; }
p { color: rgb(172,255,87); }
H1.HeaderClassName
{
color: #ACFF57;
}
.AnyTagClassName
{
color: #ACFF57;
}
</style>
background-color css
<style>
a { background-color: #ACFF57; }
a { background-color: rgb(172,255,87); }
div.DivClassName
{
background-color: #ACFF57;
}
.BgClassName
{
background-color: #ACFF57;
}
</style>
border-color css
<style>
span { border-color: #ACFF57; }
span { border-color: rgb(172,255,87); }
td.TdClassName
{
border-color: #ACFF57;
}
.TagClassName
{
border-color: #ACFF57;
}
</style>