Shades of Conifer #A1FF5E
Tints of Conifer #A1FF5E
RGB
CMYK
RGB Variations
Color information
#A1FF5E (or 0xA1FF5E) is known color: Conifer. HEX triplet: A1, FF and 5E. RGB value is (161,255,94). Sum of RGB (Red+Green+Blue) = 161+255+94=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 94 (37.11% from 255 or 18.43% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FF5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FF5E is #5E00A1. Grayscale: #D1D1D1. Windows color (decimal): -6160546 or 6225825. OLE color: 6225825.
HSL color Cylindrical-coordinate representation of color #A1FF5E: hue angle of 95.03º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1FF5E is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 94 | - |
| CMYK | 0.37 | 0 | 0.63 | 0 |
| HSL | 95.03º | 1% | 0.68% | - |
| HSV(B) | 95.03º | 0.63% | 1% | - |
| XYZ | 52.48 | 79.91 | 23.25 | - |
| YUV | 208.54 | 63.36 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 94 | 0.37 | 0 | 0.63 | 0 | 95.03 | 1 | 0.68 |
| Hex | A1 | FF | 5E | 25 | 0 | 3F | 0 | 5F | 64 | 44 |
| Octal | 241 | 377 | 136 | 45 | 0 | 77 | 0 | 137 | 144 | 104 |
| Binary | 10100001 | 11111111 | 1011110 | 100101 | 0 | 111111 | 0 | 1011111 | 1100100 | 1000100 |
Color Harmonies of #A1FF5E
Complementary color
Monochromatic Colors of #A1FF5E
Black with #A1FF5E
Text Example
Text Example
White with #A1FF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FF5E; }
p { color: rgb(161,255,94); }
H1.HeaderClassName
{
color: #A1FF5E;
}
.AnyTagClassName
{
color: #A1FF5E;
}
</style>
background-color css
<style>
a { background-color: #A1FF5E; }
a { background-color: rgb(161,255,94); }
div.DivClassName
{
background-color: #A1FF5E;
}
.BgClassName
{
background-color: #A1FF5E;
}
</style>
border-color css
<style>
span { border-color: #A1FF5E; }
span { border-color: rgb(161,255,94); }
td.TdClassName
{
border-color: #A1FF5E;
}
.TagClassName
{
border-color: #A1FF5E;
}
</style>