Shades of Conifer #A0F960
Tints of Conifer #A0F960
RGB
CMYK
RGB Variations
Color information
#A0F960 (or 0xA0F960) is known color: Conifer. HEX triplet: A0, F9 and 60. RGB value is (160,249,96). Sum of RGB (Red+Green+Blue) = 160+249+96=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 249 (97.66% from 255 or 49.31% from 505); Blue value is 96 (37.89% from 255 or 19.01% from 505); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F960 is #5F069F. Grayscale: #CDCDCD. Windows color (decimal): -6227616 or 6355360. OLE color: 6355360.
HSL color Cylindrical-coordinate representation of color #A0F960: hue angle of 94.9º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0F960 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 249 | 96 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.02 |
| HSL | 94.9º | 0.93% | 0.68% | - |
| HSV(B) | 94.9º | 0.61% | 0.98% | - |
| XYZ | 50.48 | 76.07 | 23.09 | - |
| YUV | 204.95 | 66.51 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 249 | 96 | 0.36 | 0 | 0.61 | 0.02 | 94.9 | 0.93 | 0.68 |
| Hex | A0 | F9 | 60 | 24 | 0 | 3D | 2 | 5F | 5D | 44 |
| Octal | 240 | 371 | 140 | 44 | 0 | 75 | 2 | 137 | 135 | 104 |
| Binary | 10100000 | 11111001 | 1100000 | 100100 | 0 | 111101 | 10 | 1011111 | 1011101 | 1000100 |
Color Harmonies of #A0F960
Complementary color
Monochromatic Colors of #A0F960
Black with #A0F960
Text Example
Text Example
White with #A0F960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F960; }
p { color: rgb(160,249,96); }
H1.HeaderClassName
{
color: #A0F960;
}
.AnyTagClassName
{
color: #A0F960;
}
</style>
background-color css
<style>
a { background-color: #A0F960; }
a { background-color: rgb(160,249,96); }
div.DivClassName
{
background-color: #A0F960;
}
.BgClassName
{
background-color: #A0F960;
}
</style>
border-color css
<style>
span { border-color: #A0F960; }
span { border-color: rgb(160,249,96); }
td.TdClassName
{
border-color: #A0F960;
}
.TagClassName
{
border-color: #A0F960;
}
</style>