Shades of Conifer #A1F663
Tints of Conifer #A1F663
RGB
CMYK
RGB Variations
Color information
#A1F663 (or 0xA1F663) is known color: Conifer. HEX triplet: A1, F6 and 63. RGB value is (161,246,99). Sum of RGB (Red+Green+Blue) = 161+246+99=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 246 (96.48% from 255 or 48.62% from 506); Blue value is 99 (39.06% from 255 or 19.57% from 506); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F663 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F663 is #5E099C. Grayscale: #CCCCCC. Windows color (decimal): -6162845 or 6551201. OLE color: 6551201.
HSL color Cylindrical-coordinate representation of color #A1F663: hue angle of 94.69º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1F663 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 246 | 99 | - |
| CMYK | 0.35 | 0 | 0.60 | 0.04 |
| HSL | 94.69º | 0.89% | 0.68% | - |
| HSV(B) | 94.69º | 0.6% | 0.96% | - |
| XYZ | 49.91 | 74.39 | 23.53 | - |
| YUV | 203.83 | 68.84 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 246 | 99 | 0.35 | 0 | 0.60 | 0.04 | 94.69 | 0.89 | 0.68 |
| Hex | A1 | F6 | 63 | 23 | 0 | 3C | 4 | 5F | 59 | 44 |
| Octal | 241 | 366 | 143 | 43 | 0 | 74 | 4 | 137 | 131 | 104 |
| Binary | 10100001 | 11110110 | 1100011 | 100011 | 0 | 111100 | 100 | 1011111 | 1011001 | 1000100 |
Color Harmonies of #A1F663
Complementary color
Monochromatic Colors of #A1F663
Black with #A1F663
Text Example
Text Example
White with #A1F663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F663; }
p { color: rgb(161,246,99); }
H1.HeaderClassName
{
color: #A1F663;
}
.AnyTagClassName
{
color: #A1F663;
}
</style>
background-color css
<style>
a { background-color: #A1F663; }
a { background-color: rgb(161,246,99); }
div.DivClassName
{
background-color: #A1F663;
}
.BgClassName
{
background-color: #A1F663;
}
</style>
border-color css
<style>
span { border-color: #A1F663; }
span { border-color: rgb(161,246,99); }
td.TdClassName
{
border-color: #A1F663;
}
.TagClassName
{
border-color: #A1F663;
}
</style>