Shades of Conifer #A1FC66
Tints of Conifer #A1FC66
RGB
CMYK
RGB Variations
Color information
#A1FC66 (or 0xA1FC66) is known color: Conifer. HEX triplet: A1, FC and 66. RGB value is (161,252,102). Sum of RGB (Red+Green+Blue) = 161+252+102=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FC66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FC66 is #5E0399. Grayscale: #D0D0D0. Windows color (decimal): -6161306 or 6749345. OLE color: 6749345.
HSL color Cylindrical-coordinate representation of color #A1FC66: hue angle of 96.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1FC66 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 252 | 102 | - |
| CMYK | 0.36 | 0 | 0.60 | 0.01 |
| HSL | 96.4º | 0.96% | 0.69% | - |
| HSV(B) | 96.4º | 0.6% | 0.99% | - |
| XYZ | 51.91 | 78.16 | 24.92 | - |
| YUV | 207.69 | 68.35 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 252 | 102 | 0.36 | 0 | 0.60 | 0.01 | 96.4 | 0.96 | 0.69 |
| Hex | A1 | FC | 66 | 24 | 0 | 3C | 1 | 60 | 60 | 45 |
| Octal | 241 | 374 | 146 | 44 | 0 | 74 | 1 | 140 | 140 | 105 |
| Binary | 10100001 | 11111100 | 1100110 | 100100 | 0 | 111100 | 1 | 1100000 | 1100000 | 1000101 |
Color Harmonies of #A1FC66
Complementary color
Monochromatic Colors of #A1FC66
Black with #A1FC66
Text Example
Text Example
White with #A1FC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FC66; }
p { color: rgb(161,252,102); }
H1.HeaderClassName
{
color: #A1FC66;
}
.AnyTagClassName
{
color: #A1FC66;
}
</style>
background-color css
<style>
a { background-color: #A1FC66; }
a { background-color: rgb(161,252,102); }
div.DivClassName
{
background-color: #A1FC66;
}
.BgClassName
{
background-color: #A1FC66;
}
</style>
border-color css
<style>
span { border-color: #A1FC66; }
span { border-color: rgb(161,252,102); }
td.TdClassName
{
border-color: #A1FC66;
}
.TagClassName
{
border-color: #A1FC66;
}
</style>