Shades of Conifer #A1F151
Tints of Conifer #A1F151
RGB
CMYK
RGB Variations
Color information
#A1F151 (or 0xA1F151) is known color: Conifer. HEX triplet: A1, F1 and 51. RGB value is (161,241,81). Sum of RGB (Red+Green+Blue) = 161+241+81=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 81 (32.03% from 255 or 16.77% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F151 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F151 is #5E0EAE. Grayscale: #C7C7C7. Windows color (decimal): -6164143 or 5370273. OLE color: 5370273.
HSL color Cylindrical-coordinate representation of color #A1F151: hue angle of 90º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1F151 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 81 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.05 |
| HSL | 90º | 0.85% | 0.63% | - |
| HSV(B) | 90º | 0.66% | 0.95% | - |
| XYZ | 47.64 | 71.08 | 18.99 | - |
| YUV | 198.84 | 61.5 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 81 | 0.33 | 0 | 0.66 | 0.05 | 90 | 0.85 | 0.63 |
| Hex | A1 | F1 | 51 | 21 | 0 | 42 | 5 | 5A | 55 | 3F |
| Octal | 241 | 361 | 121 | 41 | 0 | 102 | 5 | 132 | 125 | 77 |
| Binary | 10100001 | 11110001 | 1010001 | 100001 | 0 | 1000010 | 101 | 1011010 | 1010101 | 111111 |
Color Harmonies of #A1F151
Complementary color
Monochromatic Colors of #A1F151
Black with #A1F151
Text Example
Text Example
White with #A1F151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F151; }
p { color: rgb(161,241,81); }
H1.HeaderClassName
{
color: #A1F151;
}
.AnyTagClassName
{
color: #A1F151;
}
</style>
background-color css
<style>
a { background-color: #A1F151; }
a { background-color: rgb(161,241,81); }
div.DivClassName
{
background-color: #A1F151;
}
.BgClassName
{
background-color: #A1F151;
}
</style>
border-color css
<style>
span { border-color: #A1F151; }
span { border-color: rgb(161,241,81); }
td.TdClassName
{
border-color: #A1F151;
}
.TagClassName
{
border-color: #A1F151;
}
</style>