Shades of Conifer #A0FF61
Tints of Conifer #A0FF61
RGB
CMYK
RGB Variations
Color information
#A0FF61 (or 0xA0FF61) is known color: Conifer. HEX triplet: A0, FF and 61. RGB value is (160,255,97). Sum of RGB (Red+Green+Blue) = 160+255+97=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 97 (38.28% from 255 or 18.95% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FF61 is #5F009E. Grayscale: #D1D1D1. Windows color (decimal): -6226079 or 6422432. OLE color: 6422432.
HSL color Cylindrical-coordinate representation of color #A0FF61: hue angle of 96.08º 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 #A0FF61 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 97 | - |
| CMYK | 0.37 | 0 | 0.62 | 0 |
| HSL | 96.08º | 1% | 0.69% | - |
| HSV(B) | 96.08º | 0.62% | 1% | - |
| XYZ | 52.41 | 79.86 | 23.96 | - |
| YUV | 208.58 | 65.03 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 97 | 0.37 | 0 | 0.62 | 0 | 96.08 | 1 | 0.69 |
| Hex | A0 | FF | 61 | 25 | 0 | 3E | 0 | 60 | 64 | 45 |
| Octal | 240 | 377 | 141 | 45 | 0 | 76 | 0 | 140 | 144 | 105 |
| Binary | 10100000 | 11111111 | 1100001 | 100101 | 0 | 111110 | 0 | 1100000 | 1100100 | 1000101 |
Color Harmonies of #A0FF61
Complementary color
Monochromatic Colors of #A0FF61
Black with #A0FF61
Text Example
Text Example
White with #A0FF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF61; }
p { color: rgb(160,255,97); }
H1.HeaderClassName
{
color: #A0FF61;
}
.AnyTagClassName
{
color: #A0FF61;
}
</style>
background-color css
<style>
a { background-color: #A0FF61; }
a { background-color: rgb(160,255,97); }
div.DivClassName
{
background-color: #A0FF61;
}
.BgClassName
{
background-color: #A0FF61;
}
</style>
border-color css
<style>
span { border-color: #A0FF61; }
span { border-color: rgb(160,255,97); }
td.TdClassName
{
border-color: #A0FF61;
}
.TagClassName
{
border-color: #A0FF61;
}
</style>