Shades of Conifer #A1F85F
Tints of Conifer #A1F85F
RGB
CMYK
RGB Variations
Color information
#A1F85F (or 0xA1F85F) is known color: Conifer. HEX triplet: A1, F8 and 5F. RGB value is (161,248,95). Sum of RGB (Red+Green+Blue) = 161+248+95=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 248 (97.27% from 255 or 49.21% from 504); Blue value is 95 (37.5% from 255 or 18.85% from 504); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F85F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F85F is #5E07A0. Grayscale: #CDCDCD. Windows color (decimal): -6162337 or 6289569. OLE color: 6289569.
HSL color Cylindrical-coordinate representation of color #A1F85F: hue angle of 94.12º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1F85F is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 248 | 95 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.03 |
| HSL | 94.12º | 0.92% | 0.67% | - |
| HSV(B) | 94.12º | 0.62% | 0.97% | - |
| XYZ | 50.33 | 75.54 | 22.75 | - |
| YUV | 204.55 | 66.18 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 248 | 95 | 0.35 | 0 | 0.62 | 0.03 | 94.12 | 0.92 | 0.67 |
| Hex | A1 | F8 | 5F | 23 | 0 | 3E | 3 | 5E | 5C | 43 |
| Octal | 241 | 370 | 137 | 43 | 0 | 76 | 3 | 136 | 134 | 103 |
| Binary | 10100001 | 11111000 | 1011111 | 100011 | 0 | 111110 | 11 | 1011110 | 1011100 | 1000011 |
Color Harmonies of #A1F85F
Complementary color
Monochromatic Colors of #A1F85F
Black with #A1F85F
Text Example
Text Example
White with #A1F85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F85F; }
p { color: rgb(161,248,95); }
H1.HeaderClassName
{
color: #A1F85F;
}
.AnyTagClassName
{
color: #A1F85F;
}
</style>
background-color css
<style>
a { background-color: #A1F85F; }
a { background-color: rgb(161,248,95); }
div.DivClassName
{
background-color: #A1F85F;
}
.BgClassName
{
background-color: #A1F85F;
}
</style>
border-color css
<style>
span { border-color: #A1F85F; }
span { border-color: rgb(161,248,95); }
td.TdClassName
{
border-color: #A1F85F;
}
.TagClassName
{
border-color: #A1F85F;
}
</style>