Shades of Conifer #A0FA65
Tints of Conifer #A0FA65
RGB
CMYK
RGB Variations
Color information
#A0FA65 (or 0xA0FA65) is known color: Conifer. HEX triplet: A0, FA and 65. RGB value is (160,250,101). Sum of RGB (Red+Green+Blue) = 160+250+101=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FA65 is #5F059A. Grayscale: #CECECE. Windows color (decimal): -6227355 or 6683296. OLE color: 6683296.
HSL color Cylindrical-coordinate representation of color #A0FA65: hue angle of 96.24º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0FA65 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 250 | 101 | - |
| CMYK | 0.36 | 0 | 0.60 | 0.02 |
| HSL | 96.24º | 0.94% | 0.69% | - |
| HSV(B) | 96.24º | 0.6% | 0.98% | - |
| XYZ | 51.03 | 76.78 | 24.44 | - |
| YUV | 206.1 | 68.68 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 101 | 0.36 | 0 | 0.60 | 0.02 | 96.24 | 0.94 | 0.69 |
| Hex | A0 | FA | 65 | 24 | 0 | 3C | 2 | 60 | 5E | 45 |
| Octal | 240 | 372 | 145 | 44 | 0 | 74 | 2 | 140 | 136 | 105 |
| Binary | 10100000 | 11111010 | 1100101 | 100100 | 0 | 111100 | 10 | 1100000 | 1011110 | 1000101 |
Color Harmonies of #A0FA65
Complementary color
Monochromatic Colors of #A0FA65
Black with #A0FA65
Text Example
Text Example
White with #A0FA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FA65; }
p { color: rgb(160,250,101); }
H1.HeaderClassName
{
color: #A0FA65;
}
.AnyTagClassName
{
color: #A0FA65;
}
</style>
background-color css
<style>
a { background-color: #A0FA65; }
a { background-color: rgb(160,250,101); }
div.DivClassName
{
background-color: #A0FA65;
}
.BgClassName
{
background-color: #A0FA65;
}
</style>
border-color css
<style>
span { border-color: #A0FA65; }
span { border-color: rgb(160,250,101); }
td.TdClassName
{
border-color: #A0FA65;
}
.TagClassName
{
border-color: #A0FA65;
}
</style>