Shades of Conifer #A0F256
Tints of Conifer #A0F256
RGB
CMYK
RGB Variations
Color information
#A0F256 (or 0xA0F256) is known color: Conifer. HEX triplet: A0, F2 and 56. RGB value is (160,242,86). Sum of RGB (Red+Green+Blue) = 160+242+86=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F256 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F256 is #5F0DA9. Grayscale: #C8C8C8. Windows color (decimal): -6229418 or 5698208. OLE color: 5698208.
HSL color Cylindrical-coordinate representation of color #A0F256: hue angle of 91.54º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0F256 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 242 | 86 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.05 |
| HSL | 91.54º | 0.86% | 0.64% | - |
| HSV(B) | 91.54º | 0.64% | 0.95% | - |
| XYZ | 47.93 | 71.65 | 20.11 | - |
| YUV | 199.7 | 63.83 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 242 | 86 | 0.34 | 0 | 0.64 | 0.05 | 91.54 | 0.86 | 0.64 |
| Hex | A0 | F2 | 56 | 22 | 0 | 40 | 5 | 5C | 56 | 40 |
| Octal | 240 | 362 | 126 | 42 | 0 | 100 | 5 | 134 | 126 | 100 |
| Binary | 10100000 | 11110010 | 1010110 | 100010 | 0 | 1000000 | 101 | 1011100 | 1010110 | 1000000 |
Color Harmonies of #A0F256
Complementary color
Monochromatic Colors of #A0F256
Black with #A0F256
Text Example
Text Example
White with #A0F256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F256; }
p { color: rgb(160,242,86); }
H1.HeaderClassName
{
color: #A0F256;
}
.AnyTagClassName
{
color: #A0F256;
}
</style>
background-color css
<style>
a { background-color: #A0F256; }
a { background-color: rgb(160,242,86); }
div.DivClassName
{
background-color: #A0F256;
}
.BgClassName
{
background-color: #A0F256;
}
</style>
border-color css
<style>
span { border-color: #A0F256; }
span { border-color: rgb(160,242,86); }
td.TdClassName
{
border-color: #A0F256;
}
.TagClassName
{
border-color: #A0F256;
}
</style>