Shades of Conifer #A0FF62
Tints of Conifer #A0FF62
RGB
CMYK
RGB Variations
Color information
#A0FF62 (or 0xA0FF62) is known color: Conifer. HEX triplet: A0, FF and 62. RGB value is (160,255,98). Sum of RGB (Red+Green+Blue) = 160+255+98=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 98 (38.67% from 255 or 19.10% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FF62 is #5F009D. Grayscale: #D1D1D1. Windows color (decimal): -6226078 or 6487968. OLE color: 6487968.
HSL color Cylindrical-coordinate representation of color #A0FF62: hue angle of 96.31º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0FF62 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 98 | - |
| CMYK | 0.37 | 0 | 0.62 | 0 |
| HSL | 96.31º | 1% | 0.69% | - |
| HSV(B) | 96.31º | 0.62% | 1% | - |
| XYZ | 52.46 | 79.88 | 24.21 | - |
| YUV | 208.7 | 65.53 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 98 | 0.37 | 0 | 0.62 | 0 | 96.31 | 1 | 0.69 |
| Hex | A0 | FF | 62 | 25 | 0 | 3E | 0 | 60 | 64 | 45 |
| Octal | 240 | 377 | 142 | 45 | 0 | 76 | 0 | 140 | 144 | 105 |
| Binary | 10100000 | 11111111 | 1100010 | 100101 | 0 | 111110 | 0 | 1100000 | 1100100 | 1000101 |
Color Harmonies of #A0FF62
Complementary color
Monochromatic Colors of #A0FF62
Black with #A0FF62
Text Example
Text Example
White with #A0FF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF62; }
p { color: rgb(160,255,98); }
H1.HeaderClassName
{
color: #A0FF62;
}
.AnyTagClassName
{
color: #A0FF62;
}
</style>
background-color css
<style>
a { background-color: #A0FF62; }
a { background-color: rgb(160,255,98); }
div.DivClassName
{
background-color: #A0FF62;
}
.BgClassName
{
background-color: #A0FF62;
}
</style>
border-color css
<style>
span { border-color: #A0FF62; }
span { border-color: rgb(160,255,98); }
td.TdClassName
{
border-color: #A0FF62;
}
.TagClassName
{
border-color: #A0FF62;
}
</style>