Shades of Conifer #A0FD63
Tints of Conifer #A0FD63
RGB
CMYK
RGB Variations
Color information
#A0FD63 (or 0xA0FD63) is known color: Conifer. HEX triplet: A0, FD and 63. RGB value is (160,253,99). Sum of RGB (Red+Green+Blue) = 160+253+99=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FD63 is #5F029C. Grayscale: #D0D0D0. Windows color (decimal): -6226589 or 6552992. OLE color: 6552992.
HSL color Cylindrical-coordinate representation of color #A0FD63: hue angle of 96.23º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0FD63 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 253 | 99 | - |
| CMYK | 0.37 | 0 | 0.61 | 0.01 |
| HSL | 96.23º | 0.97% | 0.69% | - |
| HSV(B) | 96.23º | 0.61% | 0.99% | - |
| XYZ | 51.87 | 78.62 | 24.25 | - |
| YUV | 207.64 | 66.69 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 253 | 99 | 0.37 | 0 | 0.61 | 0.01 | 96.23 | 0.97 | 0.69 |
| Hex | A0 | FD | 63 | 25 | 0 | 3D | 1 | 60 | 61 | 45 |
| Octal | 240 | 375 | 143 | 45 | 0 | 75 | 1 | 140 | 141 | 105 |
| Binary | 10100000 | 11111101 | 1100011 | 100101 | 0 | 111101 | 1 | 1100000 | 1100001 | 1000101 |
Color Harmonies of #A0FD63
Complementary color
Monochromatic Colors of #A0FD63
Black with #A0FD63
Text Example
Text Example
White with #A0FD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FD63; }
p { color: rgb(160,253,99); }
H1.HeaderClassName
{
color: #A0FD63;
}
.AnyTagClassName
{
color: #A0FD63;
}
</style>
background-color css
<style>
a { background-color: #A0FD63; }
a { background-color: rgb(160,253,99); }
div.DivClassName
{
background-color: #A0FD63;
}
.BgClassName
{
background-color: #A0FD63;
}
</style>
border-color css
<style>
span { border-color: #A0FD63; }
span { border-color: rgb(160,253,99); }
td.TdClassName
{
border-color: #A0FD63;
}
.TagClassName
{
border-color: #A0FD63;
}
</style>