Shades of Conifer #A0FE57
Tints of Conifer #A0FE57
RGB
CMYK
RGB Variations
Color information
#A0FE57 (or 0xA0FE57) is known color: Conifer. HEX triplet: A0, FE and 57. RGB value is (160,254,87). Sum of RGB (Red+Green+Blue) = 160+254+87=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 87 (34.38% from 255 or 17.37% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FE57 is #5F01A8. Grayscale: #CFCFCF. Windows color (decimal): -6226345 or 5766816. OLE color: 5766816.
HSL color Cylindrical-coordinate representation of color #A0FE57: hue angle of 93.77º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0FE57 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 87 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.00 |
| HSL | 93.77º | 0.99% | 0.67% | - |
| HSV(B) | 93.77º | 0.66% | 1% | - |
| XYZ | 51.66 | 79.05 | 21.55 | - |
| YUV | 206.86 | 60.36 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 87 | 0.37 | 0 | 0.66 | 0.00 | 93.77 | 0.99 | 0.67 |
| Hex | A0 | FE | 57 | 25 | 0 | 42 | 0 | 5E | 63 | 43 |
| Octal | 240 | 376 | 127 | 45 | 0 | 102 | 0 | 136 | 143 | 103 |
| Binary | 10100000 | 11111110 | 1010111 | 100101 | 0 | 1000010 | 0 | 1011110 | 1100011 | 1000011 |
Color Harmonies of #A0FE57
Complementary color
Monochromatic Colors of #A0FE57
Black with #A0FE57
Text Example
Text Example
White with #A0FE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FE57; }
p { color: rgb(160,254,87); }
H1.HeaderClassName
{
color: #A0FE57;
}
.AnyTagClassName
{
color: #A0FE57;
}
</style>
background-color css
<style>
a { background-color: #A0FE57; }
a { background-color: rgb(160,254,87); }
div.DivClassName
{
background-color: #A0FE57;
}
.BgClassName
{
background-color: #A0FE57;
}
</style>
border-color css
<style>
span { border-color: #A0FE57; }
span { border-color: rgb(160,254,87); }
td.TdClassName
{
border-color: #A0FE57;
}
.TagClassName
{
border-color: #A0FE57;
}
</style>