Shades of Conifer #ACFE60
Tints of Conifer #ACFE60
RGB
CMYK
RGB Variations
Color information
#ACFE60 (or 0xACFE60) is known color: Conifer. HEX triplet: AC, FE and 60. RGB value is (172,254,96). Sum of RGB (Red+Green+Blue) = 172+254+96=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 254 (99.61% from 255 or 48.66% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFE60 is #53019F. Grayscale: #D4D4D4. Windows color (decimal): -5439904 or 6356652. OLE color: 6356652.
HSL color Cylindrical-coordinate representation of color #ACFE60: hue angle of 91.14º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACFE60 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 96 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.00 |
| HSL | 91.14º | 0.99% | 0.69% | - |
| HSV(B) | 91.14º | 0.62% | 1% | - |
| XYZ | 54.57 | 80.5 | 23.73 | - |
| YUV | 211.47 | 62.83 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 96 | 0.32 | 0 | 0.62 | 0.00 | 91.14 | 0.99 | 0.69 |
| Hex | AC | FE | 60 | 20 | 0 | 3E | 0 | 5B | 63 | 45 |
| Octal | 254 | 376 | 140 | 40 | 0 | 76 | 0 | 133 | 143 | 105 |
| Binary | 10101100 | 11111110 | 1100000 | 100000 | 0 | 111110 | 0 | 1011011 | 1100011 | 1000101 |
Color Harmonies of #ACFE60
Complementary color
Monochromatic Colors of #ACFE60
Black with #ACFE60
Text Example
Text Example
White with #ACFE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFE60; }
p { color: rgb(172,254,96); }
H1.HeaderClassName
{
color: #ACFE60;
}
.AnyTagClassName
{
color: #ACFE60;
}
</style>
background-color css
<style>
a { background-color: #ACFE60; }
a { background-color: rgb(172,254,96); }
div.DivClassName
{
background-color: #ACFE60;
}
.BgClassName
{
background-color: #ACFE60;
}
</style>
border-color css
<style>
span { border-color: #ACFE60; }
span { border-color: rgb(172,254,96); }
td.TdClassName
{
border-color: #ACFE60;
}
.TagClassName
{
border-color: #ACFE60;
}
</style>