Shades of Conifer #A0FA61
Tints of Conifer #A0FA61
RGB
CMYK
RGB Variations
Color information
#A0FA61 (or 0xA0FA61) is known color: Conifer. HEX triplet: A0, FA and 61. RGB value is (160,250,97). Sum of RGB (Red+Green+Blue) = 160+250+97=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 97 (38.28% from 255 or 19.13% from 507); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FA61 is #5F059E. Grayscale: #CECECE. Windows color (decimal): -6227359 or 6421152. OLE color: 6421152.
HSL color Cylindrical-coordinate representation of color #A0FA61: hue angle of 95.29º 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 #A0FA61 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 250 | 97 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.02 |
| HSL | 95.29º | 0.94% | 0.68% | - |
| HSV(B) | 95.29º | 0.61% | 0.98% | - |
| XYZ | 50.84 | 76.71 | 23.44 | - |
| YUV | 205.65 | 66.68 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 97 | 0.36 | 0 | 0.61 | 0.02 | 95.29 | 0.94 | 0.68 |
| Hex | A0 | FA | 61 | 24 | 0 | 3D | 2 | 5F | 5E | 44 |
| Octal | 240 | 372 | 141 | 44 | 0 | 75 | 2 | 137 | 136 | 104 |
| Binary | 10100000 | 11111010 | 1100001 | 100100 | 0 | 111101 | 10 | 1011111 | 1011110 | 1000100 |
Color Harmonies of #A0FA61
Complementary color
Monochromatic Colors of #A0FA61
Black with #A0FA61
Text Example
Text Example
White with #A0FA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FA61; }
p { color: rgb(160,250,97); }
H1.HeaderClassName
{
color: #A0FA61;
}
.AnyTagClassName
{
color: #A0FA61;
}
</style>
background-color css
<style>
a { background-color: #A0FA61; }
a { background-color: rgb(160,250,97); }
div.DivClassName
{
background-color: #A0FA61;
}
.BgClassName
{
background-color: #A0FA61;
}
</style>
border-color css
<style>
span { border-color: #A0FA61; }
span { border-color: rgb(160,250,97); }
td.TdClassName
{
border-color: #A0FA61;
}
.TagClassName
{
border-color: #A0FA61;
}
</style>