Shades of Conifer #ACFF60
Tints of Conifer #ACFF60
RGB
CMYK
RGB Variations
Color information
#ACFF60 (or 0xACFF60) is known color: Conifer. HEX triplet: AC, FF and 60. RGB value is (172,255,96). Sum of RGB (Red+Green+Blue) = 172+255+96=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF60 is #53009F. Grayscale: #D4D4D4. Windows color (decimal): -5439648 or 6356908. OLE color: 6356908.
HSL color Cylindrical-coordinate representation of color #ACFF60: hue angle of 91.32º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACFF60 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 96 | - |
| CMYK | 0.33 | 0 | 0.62 | 0 |
| HSL | 91.32º | 1% | 0.69% | - |
| HSV(B) | 91.32º | 0.62% | 1% | - |
| XYZ | 54.88 | 81.14 | 23.83 | - |
| YUV | 212.06 | 62.5 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 96 | 0.33 | 0 | 0.62 | 0 | 91.32 | 1 | 0.69 |
| Hex | AC | FF | 60 | 21 | 0 | 3E | 0 | 5B | 64 | 45 |
| Octal | 254 | 377 | 140 | 41 | 0 | 76 | 0 | 133 | 144 | 105 |
| Binary | 10101100 | 11111111 | 1100000 | 100001 | 0 | 111110 | 0 | 1011011 | 1100100 | 1000101 |
Color Harmonies of #ACFF60
Complementary color
Monochromatic Colors of #ACFF60
Black with #ACFF60
Text Example
Text Example
White with #ACFF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFF60; }
p { color: rgb(172,255,96); }
H1.HeaderClassName
{
color: #ACFF60;
}
.AnyTagClassName
{
color: #ACFF60;
}
</style>
background-color css
<style>
a { background-color: #ACFF60; }
a { background-color: rgb(172,255,96); }
div.DivClassName
{
background-color: #ACFF60;
}
.BgClassName
{
background-color: #ACFF60;
}
</style>
border-color css
<style>
span { border-color: #ACFF60; }
span { border-color: rgb(172,255,96); }
td.TdClassName
{
border-color: #ACFF60;
}
.TagClassName
{
border-color: #ACFF60;
}
</style>