Shades of Conifer #A0F660
Tints of Conifer #A0F660
RGB
CMYK
RGB Variations
Color information
#A0F660 (or 0xA0F660) is known color: Conifer. HEX triplet: A0, F6 and 60. RGB value is (160,246,96). Sum of RGB (Red+Green+Blue) = 160+246+96=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 246 (96.48% from 255 or 49.00% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F660 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F660 is #5F099F. Grayscale: #CBCBCB. Windows color (decimal): -6228384 or 6354592. OLE color: 6354592.
HSL color Cylindrical-coordinate representation of color #A0F660: hue angle of 94.4º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0F660 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 246 | 96 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.04 |
| HSL | 94.4º | 0.89% | 0.67% | - |
| HSV(B) | 94.4º | 0.61% | 0.96% | - |
| XYZ | 49.56 | 74.23 | 22.78 | - |
| YUV | 203.19 | 67.51 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 246 | 96 | 0.35 | 0 | 0.61 | 0.04 | 94.4 | 0.89 | 0.67 |
| Hex | A0 | F6 | 60 | 23 | 0 | 3D | 4 | 5E | 59 | 43 |
| Octal | 240 | 366 | 140 | 43 | 0 | 75 | 4 | 136 | 131 | 103 |
| Binary | 10100000 | 11110110 | 1100000 | 100011 | 0 | 111101 | 100 | 1011110 | 1011001 | 1000011 |
Color Harmonies of #A0F660
Complementary color
Monochromatic Colors of #A0F660
Black with #A0F660
Text Example
Text Example
White with #A0F660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F660; }
p { color: rgb(160,246,96); }
H1.HeaderClassName
{
color: #A0F660;
}
.AnyTagClassName
{
color: #A0F660;
}
</style>
background-color css
<style>
a { background-color: #A0F660; }
a { background-color: rgb(160,246,96); }
div.DivClassName
{
background-color: #A0F660;
}
.BgClassName
{
background-color: #A0F660;
}
</style>
border-color css
<style>
span { border-color: #A0F660; }
span { border-color: rgb(160,246,96); }
td.TdClassName
{
border-color: #A0F660;
}
.TagClassName
{
border-color: #A0F660;
}
</style>