Shades of Conifer #A0FD65
Tints of Conifer #A0FD65
RGB
CMYK
RGB Variations
Color information
#A0FD65 (or 0xA0FD65) is known color: Conifer. HEX triplet: A0, FD and 65. RGB value is (160,253,101). Sum of RGB (Red+Green+Blue) = 160+253+101=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 253 (99.22% from 255 or 49.22% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FD65 is #5F029A. Grayscale: #D0D0D0. Windows color (decimal): -6226587 or 6684064. OLE color: 6684064.
HSL color Cylindrical-coordinate representation of color #A0FD65: hue angle of 96.71º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0FD65 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 253 | 101 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.01 |
| HSL | 96.71º | 0.97% | 0.69% | - |
| HSV(B) | 96.71º | 0.6% | 0.99% | - |
| XYZ | 51.97 | 78.66 | 24.76 | - |
| YUV | 207.87 | 67.69 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 253 | 101 | 0.37 | 0 | 0.60 | 0.01 | 96.71 | 0.97 | 0.69 |
| Hex | A0 | FD | 65 | 25 | 0 | 3C | 1 | 61 | 61 | 45 |
| Octal | 240 | 375 | 145 | 45 | 0 | 74 | 1 | 141 | 141 | 105 |
| Binary | 10100000 | 11111101 | 1100101 | 100101 | 0 | 111100 | 1 | 1100001 | 1100001 | 1000101 |
Color Harmonies of #A0FD65
Complementary color
Monochromatic Colors of #A0FD65
Black with #A0FD65
Text Example
Text Example
White with #A0FD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FD65; }
p { color: rgb(160,253,101); }
H1.HeaderClassName
{
color: #A0FD65;
}
.AnyTagClassName
{
color: #A0FD65;
}
</style>
background-color css
<style>
a { background-color: #A0FD65; }
a { background-color: rgb(160,253,101); }
div.DivClassName
{
background-color: #A0FD65;
}
.BgClassName
{
background-color: #A0FD65;
}
</style>
border-color css
<style>
span { border-color: #A0FD65; }
span { border-color: rgb(160,253,101); }
td.TdClassName
{
border-color: #A0FD65;
}
.TagClassName
{
border-color: #A0FD65;
}
</style>