Shades of Conifer #A0FD59
Tints of Conifer #A0FD59
RGB
CMYK
RGB Variations
Color information
#A0FD59 (or 0xA0FD59) is known color: Conifer. HEX triplet: A0, FD and 59. RGB value is (160,253,89). Sum of RGB (Red+Green+Blue) = 160+253+89=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 89 (35.16% from 255 or 17.73% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FD59 is #5F02A6. Grayscale: #CFCFCF. Windows color (decimal): -6226599 or 5897632. OLE color: 5897632.
HSL color Cylindrical-coordinate representation of color #A0FD59: hue angle of 94.02º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0FD59 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 253 | 89 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.01 |
| HSL | 94.02º | 0.98% | 0.67% | - |
| HSV(B) | 94.02º | 0.65% | 0.99% | - |
| XYZ | 51.43 | 78.45 | 21.88 | - |
| YUV | 206.5 | 61.69 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 253 | 89 | 0.37 | 0 | 0.65 | 0.01 | 94.02 | 0.98 | 0.67 |
| Hex | A0 | FD | 59 | 25 | 0 | 41 | 1 | 5E | 62 | 43 |
| Octal | 240 | 375 | 131 | 45 | 0 | 101 | 1 | 136 | 142 | 103 |
| Binary | 10100000 | 11111101 | 1011001 | 100101 | 0 | 1000001 | 1 | 1011110 | 1100010 | 1000011 |
Color Harmonies of #A0FD59
Complementary color
Monochromatic Colors of #A0FD59
Black with #A0FD59
Text Example
Text Example
White with #A0FD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FD59; }
p { color: rgb(160,253,89); }
H1.HeaderClassName
{
color: #A0FD59;
}
.AnyTagClassName
{
color: #A0FD59;
}
</style>
background-color css
<style>
a { background-color: #A0FD59; }
a { background-color: rgb(160,253,89); }
div.DivClassName
{
background-color: #A0FD59;
}
.BgClassName
{
background-color: #A0FD59;
}
</style>
border-color css
<style>
span { border-color: #A0FD59; }
span { border-color: rgb(160,253,89); }
td.TdClassName
{
border-color: #A0FD59;
}
.TagClassName
{
border-color: #A0FD59;
}
</style>