Shades of Conifer #A0FD66
Tints of Conifer #A0FD66
RGB
CMYK
RGB Variations
Color information
#A0FD66 (or 0xA0FD66) is known color: Conifer. HEX triplet: A0, FD and 66. RGB value is (160,253,102). Sum of RGB (Red+Green+Blue) = 160+253+102=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FD66 is #5F0299. Grayscale: #D0D0D0. Windows color (decimal): -6226586 or 6749600. OLE color: 6749600.
HSL color Cylindrical-coordinate representation of color #A0FD66: hue angle of 96.95º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0FD66 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 253 | 102 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.01 |
| HSL | 96.95º | 0.97% | 0.7% | - |
| HSV(B) | 96.95º | 0.6% | 0.99% | - |
| XYZ | 52.02 | 78.68 | 25.02 | - |
| YUV | 207.98 | 68.19 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 253 | 102 | 0.37 | 0 | 0.60 | 0.01 | 96.95 | 0.97 | 0.7 |
| Hex | A0 | FD | 66 | 25 | 0 | 3C | 1 | 61 | 61 | 46 |
| Octal | 240 | 375 | 146 | 45 | 0 | 74 | 1 | 141 | 141 | 106 |
| Binary | 10100000 | 11111101 | 1100110 | 100101 | 0 | 111100 | 1 | 1100001 | 1100001 | 1000110 |
Color Harmonies of #A0FD66
Complementary color
Monochromatic Colors of #A0FD66
Black with #A0FD66
Text Example
Text Example
White with #A0FD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FD66; }
p { color: rgb(160,253,102); }
H1.HeaderClassName
{
color: #A0FD66;
}
.AnyTagClassName
{
color: #A0FD66;
}
</style>
background-color css
<style>
a { background-color: #A0FD66; }
a { background-color: rgb(160,253,102); }
div.DivClassName
{
background-color: #A0FD66;
}
.BgClassName
{
background-color: #A0FD66;
}
</style>
border-color css
<style>
span { border-color: #A0FD66; }
span { border-color: rgb(160,253,102); }
td.TdClassName
{
border-color: #A0FD66;
}
.TagClassName
{
border-color: #A0FD66;
}
</style>