Shades of Conifer #A1F261
Tints of Conifer #A1F261
RGB
CMYK
RGB Variations
Color information
#A1F261 (or 0xA1F261) is known color: Conifer. HEX triplet: A1, F2 and 61. RGB value is (161,242,97). Sum of RGB (Red+Green+Blue) = 161+242+97=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F261 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F261 is #5E0D9E. Grayscale: #C9C9C9. Windows color (decimal): -6163871 or 6419105. OLE color: 6419105.
HSL color Cylindrical-coordinate representation of color #A1F261: hue angle of 93.52º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1F261 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 242 | 97 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.05 |
| HSL | 93.52º | 0.85% | 0.66% | - |
| HSV(B) | 93.52º | 0.6% | 0.95% | - |
| XYZ | 48.61 | 71.94 | 22.63 | - |
| YUV | 201.25 | 69.16 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 242 | 97 | 0.33 | 0 | 0.60 | 0.05 | 93.52 | 0.85 | 0.66 |
| Hex | A1 | F2 | 61 | 21 | 0 | 3C | 5 | 5E | 55 | 42 |
| Octal | 241 | 362 | 141 | 41 | 0 | 74 | 5 | 136 | 125 | 102 |
| Binary | 10100001 | 11110010 | 1100001 | 100001 | 0 | 111100 | 101 | 1011110 | 1010101 | 1000010 |
Color Harmonies of #A1F261
Complementary color
Monochromatic Colors of #A1F261
Black with #A1F261
Text Example
Text Example
White with #A1F261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F261; }
p { color: rgb(161,242,97); }
H1.HeaderClassName
{
color: #A1F261;
}
.AnyTagClassName
{
color: #A1F261;
}
</style>
background-color css
<style>
a { background-color: #A1F261; }
a { background-color: rgb(161,242,97); }
div.DivClassName
{
background-color: #A1F261;
}
.BgClassName
{
background-color: #A1F261;
}
</style>
border-color css
<style>
span { border-color: #A1F261; }
span { border-color: rgb(161,242,97); }
td.TdClassName
{
border-color: #A1F261;
}
.TagClassName
{
border-color: #A1F261;
}
</style>