Shades of Conifer #A0F655
Tints of Conifer #A0F655
RGB
CMYK
RGB Variations
Color information
#A0F655 (or 0xA0F655) is known color: Conifer. HEX triplet: A0, F6 and 55. RGB value is (160,246,85). Sum of RGB (Red+Green+Blue) = 160+246+85=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 246 (96.48% from 255 or 50.10% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F655 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F655 is #5F09AA. Grayscale: #CACACA. Windows color (decimal): -6228395 or 5633696. OLE color: 5633696.
HSL color Cylindrical-coordinate representation of color #A0F655: hue angle of 92.05º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0F655 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 246 | 85 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.04 |
| HSL | 92.05º | 0.9% | 0.65% | - |
| HSV(B) | 92.05º | 0.65% | 0.96% | - |
| XYZ | 49.09 | 74.04 | 20.3 | - |
| YUV | 201.93 | 62.01 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 246 | 85 | 0.35 | 0 | 0.65 | 0.04 | 92.05 | 0.9 | 0.65 |
| Hex | A0 | F6 | 55 | 23 | 0 | 41 | 4 | 5C | 5A | 41 |
| Octal | 240 | 366 | 125 | 43 | 0 | 101 | 4 | 134 | 132 | 101 |
| Binary | 10100000 | 11110110 | 1010101 | 100011 | 0 | 1000001 | 100 | 1011100 | 1011010 | 1000001 |
Color Harmonies of #A0F655
Complementary color
Monochromatic Colors of #A0F655
Black with #A0F655
Text Example
Text Example
White with #A0F655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F655; }
p { color: rgb(160,246,85); }
H1.HeaderClassName
{
color: #A0F655;
}
.AnyTagClassName
{
color: #A0F655;
}
</style>
background-color css
<style>
a { background-color: #A0F655; }
a { background-color: rgb(160,246,85); }
div.DivClassName
{
background-color: #A0F655;
}
.BgClassName
{
background-color: #A0F655;
}
</style>
border-color css
<style>
span { border-color: #A0F655; }
span { border-color: rgb(160,246,85); }
td.TdClassName
{
border-color: #A0F655;
}
.TagClassName
{
border-color: #A0F655;
}
</style>