Shades of Conifer #A1F059
Tints of Conifer #A1F059
RGB
CMYK
RGB Variations
Color information
#A1F059 (or 0xA1F059) is known color: Conifer. HEX triplet: A1, F0 and 59. RGB value is (161,240,89). Sum of RGB (Red+Green+Blue) = 161+240+89=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 89 (35.16% from 255 or 18.16% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F059 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F059 is #5E0FA6. Grayscale: #C7C7C7. Windows color (decimal): -6164391 or 5894305. OLE color: 5894305.
HSL color Cylindrical-coordinate representation of color #A1F059: hue angle of 91.39º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1F059 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 240 | 89 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.06 |
| HSL | 91.39º | 0.83% | 0.65% | - |
| HSV(B) | 91.39º | 0.63% | 0.94% | - |
| XYZ | 47.66 | 70.62 | 20.57 | - |
| YUV | 199.17 | 65.83 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 240 | 89 | 0.33 | 0 | 0.63 | 0.06 | 91.39 | 0.83 | 0.65 |
| Hex | A1 | F0 | 59 | 21 | 0 | 3F | 6 | 5B | 53 | 41 |
| Octal | 241 | 360 | 131 | 41 | 0 | 77 | 6 | 133 | 123 | 101 |
| Binary | 10100001 | 11110000 | 1011001 | 100001 | 0 | 111111 | 110 | 1011011 | 1010011 | 1000001 |
Color Harmonies of #A1F059
Complementary color
Monochromatic Colors of #A1F059
Black with #A1F059
Text Example
Text Example
White with #A1F059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F059; }
p { color: rgb(161,240,89); }
H1.HeaderClassName
{
color: #A1F059;
}
.AnyTagClassName
{
color: #A1F059;
}
</style>
background-color css
<style>
a { background-color: #A1F059; }
a { background-color: rgb(161,240,89); }
div.DivClassName
{
background-color: #A1F059;
}
.BgClassName
{
background-color: #A1F059;
}
</style>
border-color css
<style>
span { border-color: #A1F059; }
span { border-color: rgb(161,240,89); }
td.TdClassName
{
border-color: #A1F059;
}
.TagClassName
{
border-color: #A1F059;
}
</style>