Shades of Conifer #ACFF59
Tints of Conifer #ACFF59
RGB
CMYK
RGB Variations
Color information
#ACFF59 (or 0xACFF59) is known color: Conifer. HEX triplet: AC, FF and 59. RGB value is (172,255,89). Sum of RGB (Red+Green+Blue) = 172+255+89=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 89 (35.16% from 255 or 17.25% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF59 is #5300A6. Grayscale: #D3D3D3. Windows color (decimal): -5439655 or 5898156. OLE color: 5898156.
HSL color Cylindrical-coordinate representation of color #ACFF59: hue angle of 90º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACFF59 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 89 | - |
| CMYK | 0.33 | 0 | 0.65 | 0 |
| HSL | 90º | 1% | 0.67% | - |
| HSV(B) | 90º | 0.65% | 1% | - |
| XYZ | 54.58 | 81.01 | 22.21 | - |
| YUV | 211.26 | 59 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 89 | 0.33 | 0 | 0.65 | 0 | 90 | 1 | 0.67 |
| Hex | AC | FF | 59 | 21 | 0 | 41 | 0 | 5A | 64 | 43 |
| Octal | 254 | 377 | 131 | 41 | 0 | 101 | 0 | 132 | 144 | 103 |
| Binary | 10101100 | 11111111 | 1011001 | 100001 | 0 | 1000001 | 0 | 1011010 | 1100100 | 1000011 |
Color Harmonies of #ACFF59
Complementary color
Monochromatic Colors of #ACFF59
Black with #ACFF59
Text Example
Text Example
White with #ACFF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFF59; }
p { color: rgb(172,255,89); }
H1.HeaderClassName
{
color: #ACFF59;
}
.AnyTagClassName
{
color: #ACFF59;
}
</style>
background-color css
<style>
a { background-color: #ACFF59; }
a { background-color: rgb(172,255,89); }
div.DivClassName
{
background-color: #ACFF59;
}
.BgClassName
{
background-color: #ACFF59;
}
</style>
border-color css
<style>
span { border-color: #ACFF59; }
span { border-color: rgb(172,255,89); }
td.TdClassName
{
border-color: #ACFF59;
}
.TagClassName
{
border-color: #ACFF59;
}
</style>