Shades of Conifer #A1FA5E
Tints of Conifer #A1FA5E
RGB
CMYK
RGB Variations
Color information
#A1FA5E (or 0xA1FA5E) is known color: Conifer. HEX triplet: A1, FA and 5E. RGB value is (161,250,94). Sum of RGB (Red+Green+Blue) = 161+250+94=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FA5E is #5E05A1. Grayscale: #CECECE. Windows color (decimal): -6161826 or 6224545. OLE color: 6224545.
HSL color Cylindrical-coordinate representation of color #A1FA5E: hue angle of 94.23º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1FA5E is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 250 | 94 | - |
| CMYK | 0.36 | 0 | 0.62 | 0.02 |
| HSL | 94.23º | 0.94% | 0.67% | - |
| HSV(B) | 94.23º | 0.62% | 0.98% | - |
| XYZ | 50.9 | 76.76 | 22.72 | - |
| YUV | 205.61 | 65.01 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 250 | 94 | 0.36 | 0 | 0.62 | 0.02 | 94.23 | 0.94 | 0.67 |
| Hex | A1 | FA | 5E | 24 | 0 | 3E | 2 | 5E | 5E | 43 |
| Octal | 241 | 372 | 136 | 44 | 0 | 76 | 2 | 136 | 136 | 103 |
| Binary | 10100001 | 11111010 | 1011110 | 100100 | 0 | 111110 | 10 | 1011110 | 1011110 | 1000011 |
Color Harmonies of #A1FA5E
Complementary color
Monochromatic Colors of #A1FA5E
Black with #A1FA5E
Text Example
Text Example
White with #A1FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FA5E; }
p { color: rgb(161,250,94); }
H1.HeaderClassName
{
color: #A1FA5E;
}
.AnyTagClassName
{
color: #A1FA5E;
}
</style>
background-color css
<style>
a { background-color: #A1FA5E; }
a { background-color: rgb(161,250,94); }
div.DivClassName
{
background-color: #A1FA5E;
}
.BgClassName
{
background-color: #A1FA5E;
}
</style>
border-color css
<style>
span { border-color: #A1FA5E; }
span { border-color: rgb(161,250,94); }
td.TdClassName
{
border-color: #A1FA5E;
}
.TagClassName
{
border-color: #A1FA5E;
}
</style>