Shades of Conifer #A1F851
Tints of Conifer #A1F851
RGB
CMYK
RGB Variations
Color information
#A1F851 (or 0xA1F851) is known color: Conifer. HEX triplet: A1, F8 and 51. RGB value is (161,248,81). Sum of RGB (Red+Green+Blue) = 161+248+81=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 248 (97.27% from 255 or 50.61% from 490); Blue value is 81 (32.03% from 255 or 16.53% from 490); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F851 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F851 is #5E07AE. Grayscale: #CBCBCB. Windows color (decimal): -6162351 or 5372065. OLE color: 5372065.
HSL color Cylindrical-coordinate representation of color #A1F851: hue angle of 91.26º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1F851 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 248 | 81 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.03 |
| HSL | 91.26º | 0.92% | 0.65% | - |
| HSV(B) | 91.26º | 0.67% | 0.97% | - |
| XYZ | 49.75 | 75.31 | 19.7 | - |
| YUV | 202.95 | 59.18 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 248 | 81 | 0.35 | 0 | 0.67 | 0.03 | 91.26 | 0.92 | 0.65 |
| Hex | A1 | F8 | 51 | 23 | 0 | 43 | 3 | 5B | 5C | 41 |
| Octal | 241 | 370 | 121 | 43 | 0 | 103 | 3 | 133 | 134 | 101 |
| Binary | 10100001 | 11111000 | 1010001 | 100011 | 0 | 1000011 | 11 | 1011011 | 1011100 | 1000001 |
Color Harmonies of #A1F851
Complementary color
Monochromatic Colors of #A1F851
Black with #A1F851
Text Example
Text Example
White with #A1F851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F851; }
p { color: rgb(161,248,81); }
H1.HeaderClassName
{
color: #A1F851;
}
.AnyTagClassName
{
color: #A1F851;
}
</style>
background-color css
<style>
a { background-color: #A1F851; }
a { background-color: rgb(161,248,81); }
div.DivClassName
{
background-color: #A1F851;
}
.BgClassName
{
background-color: #A1F851;
}
</style>
border-color css
<style>
span { border-color: #A1F851; }
span { border-color: rgb(161,248,81); }
td.TdClassName
{
border-color: #A1F851;
}
.TagClassName
{
border-color: #A1F851;
}
</style>