Shades of Conifer #A1F365
Tints of Conifer #A1F365
RGB
CMYK
RGB Variations
Color information
#A1F365 (or 0xA1F365) is known color: Conifer. HEX triplet: A1, F3 and 65. RGB value is (161,243,101). Sum of RGB (Red+Green+Blue) = 161+243+101=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F365 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F365 is #5E0C9A. Grayscale: #CACACA. Windows color (decimal): -6163611 or 6681505. OLE color: 6681505.
HSL color Cylindrical-coordinate representation of color #A1F365: hue angle of 94.65º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1F365 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 101 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.05 |
| HSL | 94.65º | 0.86% | 0.67% | - |
| HSV(B) | 94.65º | 0.58% | 0.95% | - |
| XYZ | 49.1 | 72.62 | 23.74 | - |
| YUV | 202.29 | 70.83 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 101 | 0.34 | 0 | 0.58 | 0.05 | 94.65 | 0.86 | 0.67 |
| Hex | A1 | F3 | 65 | 22 | 0 | 3A | 5 | 5F | 56 | 43 |
| Octal | 241 | 363 | 145 | 42 | 0 | 72 | 5 | 137 | 126 | 103 |
| Binary | 10100001 | 11110011 | 1100101 | 100010 | 0 | 111010 | 101 | 1011111 | 1010110 | 1000011 |
Color Harmonies of #A1F365
Complementary color
Monochromatic Colors of #A1F365
Black with #A1F365
Text Example
Text Example
White with #A1F365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F365; }
p { color: rgb(161,243,101); }
H1.HeaderClassName
{
color: #A1F365;
}
.AnyTagClassName
{
color: #A1F365;
}
</style>
background-color css
<style>
a { background-color: #A1F365; }
a { background-color: rgb(161,243,101); }
div.DivClassName
{
background-color: #A1F365;
}
.BgClassName
{
background-color: #A1F365;
}
</style>
border-color css
<style>
span { border-color: #A1F365; }
span { border-color: rgb(161,243,101); }
td.TdClassName
{
border-color: #A1F365;
}
.TagClassName
{
border-color: #A1F365;
}
</style>