Shades of Conifer #A0F858
Tints of Conifer #A0F858
RGB
CMYK
RGB Variations
Color information
#A0F858 (or 0xA0F858) is known color: Conifer. HEX triplet: A0, F8 and 58. RGB value is (160,248,88). Sum of RGB (Red+Green+Blue) = 160+248+88=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 248 (97.27% from 255 or 50% from 496); Blue value is 88 (34.77% from 255 or 17.74% from 496); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F858 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F858 is #5F07A7. Grayscale: #CCCCCC. Windows color (decimal): -6227880 or 5830816. OLE color: 5830816.
HSL color Cylindrical-coordinate representation of color #A0F858: hue angle of 93º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0F858 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 248 | 88 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.03 |
| HSL | 93º | 0.92% | 0.66% | - |
| HSV(B) | 93º | 0.65% | 0.97% | - |
| XYZ | 49.83 | 75.31 | 21.14 | - |
| YUV | 203.45 | 62.85 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 248 | 88 | 0.35 | 0 | 0.65 | 0.03 | 93 | 0.92 | 0.66 |
| Hex | A0 | F8 | 58 | 23 | 0 | 41 | 3 | 5D | 5C | 42 |
| Octal | 240 | 370 | 130 | 43 | 0 | 101 | 3 | 135 | 134 | 102 |
| Binary | 10100000 | 11111000 | 1011000 | 100011 | 0 | 1000001 | 11 | 1011101 | 1011100 | 1000010 |
Color Harmonies of #A0F858
Complementary color
Monochromatic Colors of #A0F858
Black with #A0F858
Text Example
Text Example
White with #A0F858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F858; }
p { color: rgb(160,248,88); }
H1.HeaderClassName
{
color: #A0F858;
}
.AnyTagClassName
{
color: #A0F858;
}
</style>
background-color css
<style>
a { background-color: #A0F858; }
a { background-color: rgb(160,248,88); }
div.DivClassName
{
background-color: #A0F858;
}
.BgClassName
{
background-color: #A0F858;
}
</style>
border-color css
<style>
span { border-color: #A0F858; }
span { border-color: rgb(160,248,88); }
td.TdClassName
{
border-color: #A0F858;
}
.TagClassName
{
border-color: #A0F858;
}
</style>