Shades of Conifer #A1F061
Tints of Conifer #A1F061
RGB
CMYK
RGB Variations
Color information
#A1F061 (or 0xA1F061) is known color: Conifer. HEX triplet: A1, F0 and 61. RGB value is (161,240,97). Sum of RGB (Red+Green+Blue) = 161+240+97=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F061 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F061 is #5E0F9E. Grayscale: #C8C8C8. Windows color (decimal): -6164383 or 6418593. OLE color: 6418593.
HSL color Cylindrical-coordinate representation of color #A1F061: hue angle of 93.15º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1F061 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 240 | 97 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.06 |
| HSL | 93.15º | 0.83% | 0.66% | - |
| HSV(B) | 93.15º | 0.6% | 0.94% | - |
| XYZ | 48.02 | 70.76 | 22.44 | - |
| YUV | 200.08 | 69.83 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 240 | 97 | 0.33 | 0 | 0.60 | 0.06 | 93.15 | 0.83 | 0.66 |
| Hex | A1 | F0 | 61 | 21 | 0 | 3C | 6 | 5D | 53 | 42 |
| Octal | 241 | 360 | 141 | 41 | 0 | 74 | 6 | 135 | 123 | 102 |
| Binary | 10100001 | 11110000 | 1100001 | 100001 | 0 | 111100 | 110 | 1011101 | 1010011 | 1000010 |
Color Harmonies of #A1F061
Complementary color
Monochromatic Colors of #A1F061
Black with #A1F061
Text Example
Text Example
White with #A1F061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F061; }
p { color: rgb(161,240,97); }
H1.HeaderClassName
{
color: #A1F061;
}
.AnyTagClassName
{
color: #A1F061;
}
</style>
background-color css
<style>
a { background-color: #A1F061; }
a { background-color: rgb(161,240,97); }
div.DivClassName
{
background-color: #A1F061;
}
.BgClassName
{
background-color: #A1F061;
}
</style>
border-color css
<style>
span { border-color: #A1F061; }
span { border-color: rgb(161,240,97); }
td.TdClassName
{
border-color: #A1F061;
}
.TagClassName
{
border-color: #A1F061;
}
</style>