Shades of Conifer #A0FB59
Tints of Conifer #A0FB59
RGB
CMYK
RGB Variations
Color information
#A0FB59 (or 0xA0FB59) is known color: Conifer. HEX triplet: A0, FB and 59. RGB value is (160,251,89). Sum of RGB (Red+Green+Blue) = 160+251+89=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 251 (98.44% from 255 or 50.2% from 500); Blue value is 89 (35.16% from 255 or 17.8% from 500); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FB59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FB59 is #5F04A6. Grayscale: #CDCDCD. Windows color (decimal): -6227111 or 5897120. OLE color: 5897120.
HSL color Cylindrical-coordinate representation of color #A0FB59: hue angle of 93.7º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0FB59 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 89 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.02 |
| HSL | 93.7º | 0.95% | 0.67% | - |
| HSV(B) | 93.7º | 0.65% | 0.98% | - |
| XYZ | 50.8 | 77.19 | 21.67 | - |
| YUV | 205.32 | 62.35 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 89 | 0.36 | 0 | 0.65 | 0.02 | 93.7 | 0.95 | 0.67 |
| Hex | A0 | FB | 59 | 24 | 0 | 41 | 2 | 5E | 5F | 43 |
| Octal | 240 | 373 | 131 | 44 | 0 | 101 | 2 | 136 | 137 | 103 |
| Binary | 10100000 | 11111011 | 1011001 | 100100 | 0 | 1000001 | 10 | 1011110 | 1011111 | 1000011 |
Color Harmonies of #A0FB59
Complementary color
Monochromatic Colors of #A0FB59
Black with #A0FB59
Text Example
Text Example
White with #A0FB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FB59; }
p { color: rgb(160,251,89); }
H1.HeaderClassName
{
color: #A0FB59;
}
.AnyTagClassName
{
color: #A0FB59;
}
</style>
background-color css
<style>
a { background-color: #A0FB59; }
a { background-color: rgb(160,251,89); }
div.DivClassName
{
background-color: #A0FB59;
}
.BgClassName
{
background-color: #A0FB59;
}
</style>
border-color css
<style>
span { border-color: #A0FB59; }
span { border-color: rgb(160,251,89); }
td.TdClassName
{
border-color: #A0FB59;
}
.TagClassName
{
border-color: #A0FB59;
}
</style>