Shades of Conifer #A0F062
Tints of Conifer #A0F062
RGB
CMYK
RGB Variations
Color information
#A0F062 (or 0xA0F062) is known color: Conifer. HEX triplet: A0, F0 and 62. RGB value is (160,240,98). Sum of RGB (Red+Green+Blue) = 160+240+98=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 98 (38.67% from 255 or 19.68% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F062 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F062 is #5F0F9D. Grayscale: #C8C8C8. Windows color (decimal): -6229918 or 6484128. OLE color: 6484128.
HSL color Cylindrical-coordinate representation of color #A0F062: hue angle of 93.8º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0F062 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 240 | 98 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.06 |
| HSL | 93.8º | 0.83% | 0.66% | - |
| HSV(B) | 93.8º | 0.59% | 0.94% | - |
| XYZ | 47.86 | 70.68 | 22.67 | - |
| YUV | 199.89 | 70.5 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 240 | 98 | 0.33 | 0 | 0.59 | 0.06 | 93.8 | 0.83 | 0.66 |
| Hex | A0 | F0 | 62 | 21 | 0 | 3B | 6 | 5E | 53 | 42 |
| Octal | 240 | 360 | 142 | 41 | 0 | 73 | 6 | 136 | 123 | 102 |
| Binary | 10100000 | 11110000 | 1100010 | 100001 | 0 | 111011 | 110 | 1011110 | 1010011 | 1000010 |
Color Harmonies of #A0F062
Complementary color
Monochromatic Colors of #A0F062
Black with #A0F062
Text Example
Text Example
White with #A0F062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F062; }
p { color: rgb(160,240,98); }
H1.HeaderClassName
{
color: #A0F062;
}
.AnyTagClassName
{
color: #A0F062;
}
</style>
background-color css
<style>
a { background-color: #A0F062; }
a { background-color: rgb(160,240,98); }
div.DivClassName
{
background-color: #A0F062;
}
.BgClassName
{
background-color: #A0F062;
}
</style>
border-color css
<style>
span { border-color: #A0F062; }
span { border-color: rgb(160,240,98); }
td.TdClassName
{
border-color: #A0F062;
}
.TagClassName
{
border-color: #A0F062;
}
</style>