Shades of Conifer #A1FC64
Tints of Conifer #A1FC64
RGB
CMYK
RGB Variations
Color information
#A1FC64 (or 0xA1FC64) is known color: Conifer. HEX triplet: A1, FC and 64. RGB value is (161,252,100). Sum of RGB (Red+Green+Blue) = 161+252+100=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FC64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FC64 is #5E039B. Grayscale: #CFCFCF. Windows color (decimal): -6161308 or 6618273. OLE color: 6618273.
HSL color Cylindrical-coordinate representation of color #A1FC64: hue angle of 95.92º 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 #A1FC64 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 252 | 100 | - |
| CMYK | 0.36 | 0 | 0.60 | 0.01 |
| HSL | 95.92º | 0.96% | 0.69% | - |
| HSV(B) | 95.92º | 0.6% | 0.99% | - |
| XYZ | 51.81 | 78.12 | 24.4 | - |
| YUV | 207.46 | 67.35 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 252 | 100 | 0.36 | 0 | 0.60 | 0.01 | 95.92 | 0.96 | 0.69 |
| Hex | A1 | FC | 64 | 24 | 0 | 3C | 1 | 60 | 60 | 45 |
| Octal | 241 | 374 | 144 | 44 | 0 | 74 | 1 | 140 | 140 | 105 |
| Binary | 10100001 | 11111100 | 1100100 | 100100 | 0 | 111100 | 1 | 1100000 | 1100000 | 1000101 |
Color Harmonies of #A1FC64
Complementary color
Monochromatic Colors of #A1FC64
Black with #A1FC64
Text Example
Text Example
White with #A1FC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FC64; }
p { color: rgb(161,252,100); }
H1.HeaderClassName
{
color: #A1FC64;
}
.AnyTagClassName
{
color: #A1FC64;
}
</style>
background-color css
<style>
a { background-color: #A1FC64; }
a { background-color: rgb(161,252,100); }
div.DivClassName
{
background-color: #A1FC64;
}
.BgClassName
{
background-color: #A1FC64;
}
</style>
border-color css
<style>
span { border-color: #A1FC64; }
span { border-color: rgb(161,252,100); }
td.TdClassName
{
border-color: #A1FC64;
}
.TagClassName
{
border-color: #A1FC64;
}
</style>