Shades of Conifer #A0FC57
Tints of Conifer #A0FC57
RGB
CMYK
RGB Variations
Color information
#A0FC57 (or 0xA0FC57) is known color: Conifer. HEX triplet: A0, FC and 57. RGB value is (160,252,87). Sum of RGB (Red+Green+Blue) = 160+252+87=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 87 (34.38% from 255 or 17.43% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FC57 is #5F03A8. Grayscale: #CECECE. Windows color (decimal): -6226857 or 5766304. OLE color: 5766304.
HSL color Cylindrical-coordinate representation of color #A0FC57: hue angle of 93.45º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0FC57 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 87 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.01 |
| HSL | 93.45º | 0.96% | 0.66% | - |
| HSV(B) | 93.45º | 0.65% | 0.99% | - |
| XYZ | 51.03 | 77.78 | 21.34 | - |
| YUV | 205.68 | 61.02 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 87 | 0.37 | 0 | 0.65 | 0.01 | 93.45 | 0.96 | 0.66 |
| Hex | A0 | FC | 57 | 25 | 0 | 41 | 1 | 5D | 60 | 42 |
| Octal | 240 | 374 | 127 | 45 | 0 | 101 | 1 | 135 | 140 | 102 |
| Binary | 10100000 | 11111100 | 1010111 | 100101 | 0 | 1000001 | 1 | 1011101 | 1100000 | 1000010 |
Color Harmonies of #A0FC57
Complementary color
Monochromatic Colors of #A0FC57
Black with #A0FC57
Text Example
Text Example
White with #A0FC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FC57; }
p { color: rgb(160,252,87); }
H1.HeaderClassName
{
color: #A0FC57;
}
.AnyTagClassName
{
color: #A0FC57;
}
</style>
background-color css
<style>
a { background-color: #A0FC57; }
a { background-color: rgb(160,252,87); }
div.DivClassName
{
background-color: #A0FC57;
}
.BgClassName
{
background-color: #A0FC57;
}
</style>
border-color css
<style>
span { border-color: #A0FC57; }
span { border-color: rgb(160,252,87); }
td.TdClassName
{
border-color: #A0FC57;
}
.TagClassName
{
border-color: #A0FC57;
}
</style>