Shades of Conifer #A0FF60
Tints of Conifer #A0FF60
RGB
CMYK
RGB Variations
Color information
#A0FF60 (or 0xA0FF60) is known color: Conifer. HEX triplet: A0, FF and 60. RGB value is (160,255,96). Sum of RGB (Red+Green+Blue) = 160+255+96=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FF60 is #5F009F. Grayscale: #D1D1D1. Windows color (decimal): -6226080 or 6356896. OLE color: 6356896.
HSL color Cylindrical-coordinate representation of color #A0FF60: hue angle of 95.85º 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 #A0FF60 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 96 | - |
| CMYK | 0.37 | 0 | 0.62 | 0 |
| HSL | 95.85º | 1% | 0.69% | - |
| HSV(B) | 95.85º | 0.62% | 1% | - |
| XYZ | 52.37 | 79.84 | 23.72 | - |
| YUV | 208.47 | 64.53 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 96 | 0.37 | 0 | 0.62 | 0 | 95.85 | 1 | 0.69 |
| Hex | A0 | FF | 60 | 25 | 0 | 3E | 0 | 60 | 64 | 45 |
| Octal | 240 | 377 | 140 | 45 | 0 | 76 | 0 | 140 | 144 | 105 |
| Binary | 10100000 | 11111111 | 1100000 | 100101 | 0 | 111110 | 0 | 1100000 | 1100100 | 1000101 |
Color Harmonies of #A0FF60
Complementary color
Monochromatic Colors of #A0FF60
Black with #A0FF60
Text Example
Text Example
White with #A0FF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF60; }
p { color: rgb(160,255,96); }
H1.HeaderClassName
{
color: #A0FF60;
}
.AnyTagClassName
{
color: #A0FF60;
}
</style>
background-color css
<style>
a { background-color: #A0FF60; }
a { background-color: rgb(160,255,96); }
div.DivClassName
{
background-color: #A0FF60;
}
.BgClassName
{
background-color: #A0FF60;
}
</style>
border-color css
<style>
span { border-color: #A0FF60; }
span { border-color: rgb(160,255,96); }
td.TdClassName
{
border-color: #A0FF60;
}
.TagClassName
{
border-color: #A0FF60;
}
</style>