Shades of Conifer #A0FA51
Tints of Conifer #A0FA51
RGB
CMYK
RGB Variations
Color information
#A0FA51 (or 0xA0FA51) is known color: Conifer. HEX triplet: A0, FA and 51. RGB value is (160,250,81). Sum of RGB (Red+Green+Blue) = 160+250+81=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 81 (32.03% from 255 or 16.50% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA51 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FA51 is #5F05AE. Grayscale: #CCCCCC. Windows color (decimal): -6227375 or 5372576. OLE color: 5372576.
HSL color Cylindrical-coordinate representation of color #A0FA51: hue angle of 91.95º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0FA51 is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 250 | 81 | - |
| CMYK | 0.36 | 0 | 0.68 | 0.02 |
| HSL | 91.95º | 0.94% | 0.65% | - |
| HSV(B) | 91.95º | 0.68% | 0.98% | - |
| XYZ | 50.17 | 76.44 | 19.89 | - |
| YUV | 203.82 | 58.68 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 81 | 0.36 | 0 | 0.68 | 0.02 | 91.95 | 0.94 | 0.65 |
| Hex | A0 | FA | 51 | 24 | 0 | 44 | 2 | 5C | 5E | 41 |
| Octal | 240 | 372 | 121 | 44 | 0 | 104 | 2 | 134 | 136 | 101 |
| Binary | 10100000 | 11111010 | 1010001 | 100100 | 0 | 1000100 | 10 | 1011100 | 1011110 | 1000001 |
Color Harmonies of #A0FA51
Complementary color
Monochromatic Colors of #A0FA51
Black with #A0FA51
Text Example
Text Example
White with #A0FA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FA51; }
p { color: rgb(160,250,81); }
H1.HeaderClassName
{
color: #A0FA51;
}
.AnyTagClassName
{
color: #A0FA51;
}
</style>
background-color css
<style>
a { background-color: #A0FA51; }
a { background-color: rgb(160,250,81); }
div.DivClassName
{
background-color: #A0FA51;
}
.BgClassName
{
background-color: #A0FA51;
}
</style>
border-color css
<style>
span { border-color: #A0FA51; }
span { border-color: rgb(160,250,81); }
td.TdClassName
{
border-color: #A0FA51;
}
.TagClassName
{
border-color: #A0FA51;
}
</style>