Shades of Conifer #A0FE5D
Tints of Conifer #A0FE5D
RGB
CMYK
RGB Variations
Color information
#A0FE5D (or 0xA0FE5D) is known color: Conifer. HEX triplet: A0, FE and 5D. RGB value is (160,254,93). Sum of RGB (Red+Green+Blue) = 160+254+93=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FE5D is #5F01A2. Grayscale: #D0D0D0. Windows color (decimal): -6226339 or 6160032. OLE color: 6160032.
HSL color Cylindrical-coordinate representation of color #A0FE5D: hue angle of 95.03º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0FE5D is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 93 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.00 |
| HSL | 95.03º | 0.99% | 0.68% | - |
| HSV(B) | 95.03º | 0.63% | 1% | - |
| XYZ | 51.91 | 79.15 | 22.9 | - |
| YUV | 207.54 | 63.36 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 93 | 0.37 | 0 | 0.63 | 0.00 | 95.03 | 0.99 | 0.68 |
| Hex | A0 | FE | 5D | 25 | 0 | 3F | 0 | 5F | 63 | 44 |
| Octal | 240 | 376 | 135 | 45 | 0 | 77 | 0 | 137 | 143 | 104 |
| Binary | 10100000 | 11111110 | 1011101 | 100101 | 0 | 111111 | 0 | 1011111 | 1100011 | 1000100 |
Color Harmonies of #A0FE5D
Complementary color
Monochromatic Colors of #A0FE5D
Black with #A0FE5D
Text Example
Text Example
White with #A0FE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FE5D; }
p { color: rgb(160,254,93); }
H1.HeaderClassName
{
color: #A0FE5D;
}
.AnyTagClassName
{
color: #A0FE5D;
}
</style>
background-color css
<style>
a { background-color: #A0FE5D; }
a { background-color: rgb(160,254,93); }
div.DivClassName
{
background-color: #A0FE5D;
}
.BgClassName
{
background-color: #A0FE5D;
}
</style>
border-color css
<style>
span { border-color: #A0FE5D; }
span { border-color: rgb(160,254,93); }
td.TdClassName
{
border-color: #A0FE5D;
}
.TagClassName
{
border-color: #A0FE5D;
}
</style>