Shades of Conifer #A0F063
Tints of Conifer #A0F063
RGB
CMYK
RGB Variations
Color information
#A0F063 (or 0xA0F063) is known color: Conifer. HEX triplet: A0, F0 and 63. RGB value is (160,240,99). Sum of RGB (Red+Green+Blue) = 160+240+99=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 99 (39.06% from 255 or 19.84% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F063 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F063 is #5F0F9C. Grayscale: #C8C8C8. Windows color (decimal): -6229917 or 6549664. OLE color: 6549664.
HSL color Cylindrical-coordinate representation of color #A0F063: hue angle of 94.04º degrees, saturation: 0.82, 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 #A0F063 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 240 | 99 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.06 |
| HSL | 94.04º | 0.82% | 0.66% | - |
| HSV(B) | 94.04º | 0.59% | 0.94% | - |
| XYZ | 47.91 | 70.69 | 22.92 | - |
| YUV | 200.01 | 71 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 240 | 99 | 0.33 | 0 | 0.59 | 0.06 | 94.04 | 0.82 | 0.66 |
| Hex | A0 | F0 | 63 | 21 | 0 | 3B | 6 | 5E | 52 | 42 |
| Octal | 240 | 360 | 143 | 41 | 0 | 73 | 6 | 136 | 122 | 102 |
| Binary | 10100000 | 11110000 | 1100011 | 100001 | 0 | 111011 | 110 | 1011110 | 1010010 | 1000010 |
Color Harmonies of #A0F063
Complementary color
Monochromatic Colors of #A0F063
Black with #A0F063
Text Example
Text Example
White with #A0F063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F063; }
p { color: rgb(160,240,99); }
H1.HeaderClassName
{
color: #A0F063;
}
.AnyTagClassName
{
color: #A0F063;
}
</style>
background-color css
<style>
a { background-color: #A0F063; }
a { background-color: rgb(160,240,99); }
div.DivClassName
{
background-color: #A0F063;
}
.BgClassName
{
background-color: #A0F063;
}
</style>
border-color css
<style>
span { border-color: #A0F063; }
span { border-color: rgb(160,240,99); }
td.TdClassName
{
border-color: #A0F063;
}
.TagClassName
{
border-color: #A0F063;
}
</style>