Shades of Conifer #A1FC59
Tints of Conifer #A1FC59
RGB
CMYK
RGB Variations
Color information
#A1FC59 (or 0xA1FC59) is known color: Conifer. HEX triplet: A1, FC and 59. RGB value is (161,252,89). Sum of RGB (Red+Green+Blue) = 161+252+89=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 252 (98.83% from 255 or 50.20% from 502); Blue value is 89 (35.16% from 255 or 17.73% from 502); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FC59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FC59 is #5E03A6. Grayscale: #CECECE. Windows color (decimal): -6161319 or 5897377. OLE color: 5897377.
HSL color Cylindrical-coordinate representation of color #A1FC59: hue angle of 93.5º degrees, saturation: 0.96, 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 #A1FC59 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 252 | 89 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.01 |
| HSL | 93.5º | 0.96% | 0.67% | - |
| HSV(B) | 93.5º | 0.65% | 0.99% | - |
| XYZ | 51.31 | 77.92 | 21.79 | - |
| YUV | 206.21 | 61.85 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 252 | 89 | 0.36 | 0 | 0.65 | 0.01 | 93.5 | 0.96 | 0.67 |
| Hex | A1 | FC | 59 | 24 | 0 | 41 | 1 | 5D | 60 | 43 |
| Octal | 241 | 374 | 131 | 44 | 0 | 101 | 1 | 135 | 140 | 103 |
| Binary | 10100001 | 11111100 | 1011001 | 100100 | 0 | 1000001 | 1 | 1011101 | 1100000 | 1000011 |
Color Harmonies of #A1FC59
Complementary color
Monochromatic Colors of #A1FC59
Black with #A1FC59
Text Example
Text Example
White with #A1FC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FC59; }
p { color: rgb(161,252,89); }
H1.HeaderClassName
{
color: #A1FC59;
}
.AnyTagClassName
{
color: #A1FC59;
}
</style>
background-color css
<style>
a { background-color: #A1FC59; }
a { background-color: rgb(161,252,89); }
div.DivClassName
{
background-color: #A1FC59;
}
.BgClassName
{
background-color: #A1FC59;
}
</style>
border-color css
<style>
span { border-color: #A1FC59; }
span { border-color: rgb(161,252,89); }
td.TdClassName
{
border-color: #A1FC59;
}
.TagClassName
{
border-color: #A1FC59;
}
</style>