Shades of Conifer #ACFF55
Tints of Conifer #ACFF55
RGB
CMYK
RGB Variations
Color information
#ACFF55 (or 0xACFF55) is known color: Conifer. HEX triplet: AC, FF and 55. RGB value is (172,255,85). Sum of RGB (Red+Green+Blue) = 172+255+85=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 85 (33.59% from 255 or 16.60% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF55 is #5300AA. Grayscale: #D3D3D3. Windows color (decimal): -5439659 or 5636012. OLE color: 5636012.
HSL color Cylindrical-coordinate representation of color #ACFF55: hue angle of 89.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACFF55 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 85 | - |
| CMYK | 0.33 | 0 | 0.67 | 0 |
| HSL | 89.29º | 1% | 0.67% | - |
| HSV(B) | 89.29º | 0.67% | 1% | - |
| XYZ | 54.41 | 80.95 | 21.35 | - |
| YUV | 210.8 | 57 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 85 | 0.33 | 0 | 0.67 | 0 | 89.29 | 1 | 0.67 |
| Hex | AC | FF | 55 | 21 | 0 | 43 | 0 | 59 | 64 | 43 |
| Octal | 254 | 377 | 125 | 41 | 0 | 103 | 0 | 131 | 144 | 103 |
| Binary | 10101100 | 11111111 | 1010101 | 100001 | 0 | 1000011 | 0 | 1011001 | 1100100 | 1000011 |
Color Harmonies of #ACFF55
Complementary color
Monochromatic Colors of #ACFF55
Black with #ACFF55
Text Example
Text Example
White with #ACFF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFF55; }
p { color: rgb(172,255,85); }
H1.HeaderClassName
{
color: #ACFF55;
}
.AnyTagClassName
{
color: #ACFF55;
}
</style>
background-color css
<style>
a { background-color: #ACFF55; }
a { background-color: rgb(172,255,85); }
div.DivClassName
{
background-color: #ACFF55;
}
.BgClassName
{
background-color: #ACFF55;
}
</style>
border-color css
<style>
span { border-color: #ACFF55; }
span { border-color: rgb(172,255,85); }
td.TdClassName
{
border-color: #ACFF55;
}
.TagClassName
{
border-color: #ACFF55;
}
</style>