Shades of Conifer #A0F658
Tints of Conifer #A0F658
RGB
CMYK
RGB Variations
Color information
#A0F658 (or 0xA0F658) is known color: Conifer. HEX triplet: A0, F6 and 58. RGB value is (160,246,88). Sum of RGB (Red+Green+Blue) = 160+246+88=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 246 (96.48% from 255 or 49.80% from 494); Blue value is 88 (34.77% from 255 or 17.81% from 494); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F658 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F658 is #5F09A7. Grayscale: #CACACA. Windows color (decimal): -6228392 or 5830304. OLE color: 5830304.
HSL color Cylindrical-coordinate representation of color #A0F658: hue angle of 92.66º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0F658 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 246 | 88 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.04 |
| HSL | 92.66º | 0.9% | 0.65% | - |
| HSV(B) | 92.66º | 0.64% | 0.96% | - |
| XYZ | 49.21 | 74.09 | 20.94 | - |
| YUV | 202.27 | 63.51 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 246 | 88 | 0.35 | 0 | 0.64 | 0.04 | 92.66 | 0.9 | 0.65 |
| Hex | A0 | F6 | 58 | 23 | 0 | 40 | 4 | 5D | 5A | 41 |
| Octal | 240 | 366 | 130 | 43 | 0 | 100 | 4 | 135 | 132 | 101 |
| Binary | 10100000 | 11110110 | 1011000 | 100011 | 0 | 1000000 | 100 | 1011101 | 1011010 | 1000001 |
Color Harmonies of #A0F658
Complementary color
Monochromatic Colors of #A0F658
Black with #A0F658
Text Example
Text Example
White with #A0F658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F658; }
p { color: rgb(160,246,88); }
H1.HeaderClassName
{
color: #A0F658;
}
.AnyTagClassName
{
color: #A0F658;
}
</style>
background-color css
<style>
a { background-color: #A0F658; }
a { background-color: rgb(160,246,88); }
div.DivClassName
{
background-color: #A0F658;
}
.BgClassName
{
background-color: #A0F658;
}
</style>
border-color css
<style>
span { border-color: #A0F658; }
span { border-color: rgb(160,246,88); }
td.TdClassName
{
border-color: #A0F658;
}
.TagClassName
{
border-color: #A0F658;
}
</style>