Shades of Conifer #A1F259
Tints of Conifer #A1F259
RGB
CMYK
RGB Variations
Color information
#A1F259 (or 0xA1F259) is known color: Conifer. HEX triplet: A1, F2 and 59. RGB value is (161,242,89). Sum of RGB (Red+Green+Blue) = 161+242+89=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 89 (35.16% from 255 or 18.09% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F259 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F259 is #5E0DA6. Grayscale: #C8C8C8. Windows color (decimal): -6163879 or 5894817. OLE color: 5894817.
HSL color Cylindrical-coordinate representation of color #A1F259: hue angle of 91.76º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1F259 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 242 | 89 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.05 |
| HSL | 91.76º | 0.85% | 0.65% | - |
| HSV(B) | 91.76º | 0.63% | 0.95% | - |
| XYZ | 48.25 | 71.8 | 20.77 | - |
| YUV | 200.34 | 65.16 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 242 | 89 | 0.33 | 0 | 0.63 | 0.05 | 91.76 | 0.85 | 0.65 |
| Hex | A1 | F2 | 59 | 21 | 0 | 3F | 5 | 5C | 55 | 41 |
| Octal | 241 | 362 | 131 | 41 | 0 | 77 | 5 | 134 | 125 | 101 |
| Binary | 10100001 | 11110010 | 1011001 | 100001 | 0 | 111111 | 101 | 1011100 | 1010101 | 1000001 |
Color Harmonies of #A1F259
Complementary color
Monochromatic Colors of #A1F259
Black with #A1F259
Text Example
Text Example
White with #A1F259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F259; }
p { color: rgb(161,242,89); }
H1.HeaderClassName
{
color: #A1F259;
}
.AnyTagClassName
{
color: #A1F259;
}
</style>
background-color css
<style>
a { background-color: #A1F259; }
a { background-color: rgb(161,242,89); }
div.DivClassName
{
background-color: #A1F259;
}
.BgClassName
{
background-color: #A1F259;
}
</style>
border-color css
<style>
span { border-color: #A1F259; }
span { border-color: rgb(161,242,89); }
td.TdClassName
{
border-color: #A1F259;
}
.TagClassName
{
border-color: #A1F259;
}
</style>