Shades of Conifer #A0FA62
Tints of Conifer #A0FA62
RGB
CMYK
RGB Variations
Color information
#A0FA62 (or 0xA0FA62) is known color: Conifer. HEX triplet: A0, FA and 62. RGB value is (160,250,98). Sum of RGB (Red+Green+Blue) = 160+250+98=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 98 (38.67% from 255 or 19.29% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FA62 is #5F059D. Grayscale: #CECECE. Windows color (decimal): -6227358 or 6486688. OLE color: 6486688.
HSL color Cylindrical-coordinate representation of color #A0FA62: hue angle of 95.53º degrees, saturation: 0.94, 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 #A0FA62 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 250 | 98 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.02 |
| HSL | 95.53º | 0.94% | 0.68% | - |
| HSV(B) | 95.53º | 0.61% | 0.98% | - |
| XYZ | 50.89 | 76.73 | 23.68 | - |
| YUV | 205.76 | 67.18 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 98 | 0.36 | 0 | 0.61 | 0.02 | 95.53 | 0.94 | 0.68 |
| Hex | A0 | FA | 62 | 24 | 0 | 3D | 2 | 60 | 5E | 44 |
| Octal | 240 | 372 | 142 | 44 | 0 | 75 | 2 | 140 | 136 | 104 |
| Binary | 10100000 | 11111010 | 1100010 | 100100 | 0 | 111101 | 10 | 1100000 | 1011110 | 1000100 |
Color Harmonies of #A0FA62
Complementary color
Monochromatic Colors of #A0FA62
Black with #A0FA62
Text Example
Text Example
White with #A0FA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FA62; }
p { color: rgb(160,250,98); }
H1.HeaderClassName
{
color: #A0FA62;
}
.AnyTagClassName
{
color: #A0FA62;
}
</style>
background-color css
<style>
a { background-color: #A0FA62; }
a { background-color: rgb(160,250,98); }
div.DivClassName
{
background-color: #A0FA62;
}
.BgClassName
{
background-color: #A0FA62;
}
</style>
border-color css
<style>
span { border-color: #A0FA62; }
span { border-color: rgb(160,250,98); }
td.TdClassName
{
border-color: #A0FA62;
}
.TagClassName
{
border-color: #A0FA62;
}
</style>