Shades of Conifer #A1FA63
Tints of Conifer #A1FA63
RGB
CMYK
RGB Variations
Color information
#A1FA63 (or 0xA1FA63) is known color: Conifer. HEX triplet: A1, FA and 63. RGB value is (161,250,99). Sum of RGB (Red+Green+Blue) = 161+250+99=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 99 (39.06% from 255 or 19.41% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FA63 is #5E059C. Grayscale: #CECECE. Windows color (decimal): -6161821 or 6552225. OLE color: 6552225.
HSL color Cylindrical-coordinate representation of color #A1FA63: hue angle of 95.36º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1FA63 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 250 | 99 | - |
| CMYK | 0.36 | 0 | 0.60 | 0.02 |
| HSL | 95.36º | 0.94% | 0.68% | - |
| HSV(B) | 95.36º | 0.6% | 0.98% | - |
| XYZ | 51.14 | 76.85 | 23.94 | - |
| YUV | 206.18 | 67.51 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 250 | 99 | 0.36 | 0 | 0.60 | 0.02 | 95.36 | 0.94 | 0.68 |
| Hex | A1 | FA | 63 | 24 | 0 | 3C | 2 | 5F | 5E | 44 |
| Octal | 241 | 372 | 143 | 44 | 0 | 74 | 2 | 137 | 136 | 104 |
| Binary | 10100001 | 11111010 | 1100011 | 100100 | 0 | 111100 | 10 | 1011111 | 1011110 | 1000100 |
Color Harmonies of #A1FA63
Complementary color
Monochromatic Colors of #A1FA63
Black with #A1FA63
Text Example
Text Example
White with #A1FA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FA63; }
p { color: rgb(161,250,99); }
H1.HeaderClassName
{
color: #A1FA63;
}
.AnyTagClassName
{
color: #A1FA63;
}
</style>
background-color css
<style>
a { background-color: #A1FA63; }
a { background-color: rgb(161,250,99); }
div.DivClassName
{
background-color: #A1FA63;
}
.BgClassName
{
background-color: #A1FA63;
}
</style>
border-color css
<style>
span { border-color: #A1FA63; }
span { border-color: rgb(161,250,99); }
td.TdClassName
{
border-color: #A1FA63;
}
.TagClassName
{
border-color: #A1FA63;
}
</style>