Shades of Conifer #A1FC60
Tints of Conifer #A1FC60
RGB
CMYK
RGB Variations
Color information
#A1FC60 (or 0xA1FC60) is known color: Conifer. HEX triplet: A1, FC and 60. RGB value is (161,252,96). Sum of RGB (Red+Green+Blue) = 161+252+96=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FC60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FC60 is #5E039F. Grayscale: #CFCFCF. Windows color (decimal): -6161312 or 6356129. OLE color: 6356129.
HSL color Cylindrical-coordinate representation of color #A1FC60: hue angle of 95º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1FC60 is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 252 | 96 | - |
| CMYK | 0.36 | 0 | 0.62 | 0.01 |
| HSL | 95º | 0.96% | 0.68% | - |
| HSV(B) | 95º | 0.62% | 0.99% | - |
| XYZ | 51.62 | 78.04 | 23.41 | - |
| YUV | 207.01 | 65.35 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 252 | 96 | 0.36 | 0 | 0.62 | 0.01 | 95 | 0.96 | 0.68 |
| Hex | A1 | FC | 60 | 24 | 0 | 3E | 1 | 5F | 60 | 44 |
| Octal | 241 | 374 | 140 | 44 | 0 | 76 | 1 | 137 | 140 | 104 |
| Binary | 10100001 | 11111100 | 1100000 | 100100 | 0 | 111110 | 1 | 1011111 | 1100000 | 1000100 |
Color Harmonies of #A1FC60
Complementary color
Monochromatic Colors of #A1FC60
Black with #A1FC60
Text Example
Text Example
White with #A1FC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FC60; }
p { color: rgb(161,252,96); }
H1.HeaderClassName
{
color: #A1FC60;
}
.AnyTagClassName
{
color: #A1FC60;
}
</style>
background-color css
<style>
a { background-color: #A1FC60; }
a { background-color: rgb(161,252,96); }
div.DivClassName
{
background-color: #A1FC60;
}
.BgClassName
{
background-color: #A1FC60;
}
</style>
border-color css
<style>
span { border-color: #A1FC60; }
span { border-color: rgb(161,252,96); }
td.TdClassName
{
border-color: #A1FC60;
}
.TagClassName
{
border-color: #A1FC60;
}
</style>