Shades of Conifer #A0FE55
Tints of Conifer #A0FE55
RGB
CMYK
RGB Variations
Color information
#A0FE55 (or 0xA0FE55) is known color: Conifer. HEX triplet: A0, FE and 55. RGB value is (160,254,85). Sum of RGB (Red+Green+Blue) = 160+254+85=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FE55 is #5F01AA. Grayscale: #CFCFCF. Windows color (decimal): -6226347 or 5635744. OLE color: 5635744.
HSL color Cylindrical-coordinate representation of color #A0FE55: hue angle of 93.37º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0FE55 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 85 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.00 |
| HSL | 93.37º | 0.99% | 0.66% | - |
| HSV(B) | 93.37º | 0.67% | 1% | - |
| XYZ | 51.58 | 79.01 | 21.13 | - |
| YUV | 206.63 | 59.36 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 85 | 0.37 | 0 | 0.67 | 0.00 | 93.37 | 0.99 | 0.66 |
| Hex | A0 | FE | 55 | 25 | 0 | 43 | 0 | 5D | 63 | 42 |
| Octal | 240 | 376 | 125 | 45 | 0 | 103 | 0 | 135 | 143 | 102 |
| Binary | 10100000 | 11111110 | 1010101 | 100101 | 0 | 1000011 | 0 | 1011101 | 1100011 | 1000010 |
Color Harmonies of #A0FE55
Complementary color
Monochromatic Colors of #A0FE55
Black with #A0FE55
Text Example
Text Example
White with #A0FE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FE55; }
p { color: rgb(160,254,85); }
H1.HeaderClassName
{
color: #A0FE55;
}
.AnyTagClassName
{
color: #A0FE55;
}
</style>
background-color css
<style>
a { background-color: #A0FE55; }
a { background-color: rgb(160,254,85); }
div.DivClassName
{
background-color: #A0FE55;
}
.BgClassName
{
background-color: #A0FE55;
}
</style>
border-color css
<style>
span { border-color: #A0FE55; }
span { border-color: rgb(160,254,85); }
td.TdClassName
{
border-color: #A0FE55;
}
.TagClassName
{
border-color: #A0FE55;
}
</style>