Shades of Conifer #A1F853
Tints of Conifer #A1F853
RGB
CMYK
RGB Variations
Color information
#A1F853 (or 0xA1F853) is known color: Conifer. HEX triplet: A1, F8 and 53. RGB value is (161,248,83). Sum of RGB (Red+Green+Blue) = 161+248+83=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 248 (97.27% from 255 or 50.41% from 492); Blue value is 83 (32.81% from 255 or 16.87% from 492); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F853 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F853 is #5E07AC. Grayscale: #CBCBCB. Windows color (decimal): -6162349 or 5503137. OLE color: 5503137.
HSL color Cylindrical-coordinate representation of color #A1F853: hue angle of 91.64º 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 #A1F853 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 248 | 83 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.03 |
| HSL | 91.64º | 0.92% | 0.65% | - |
| HSV(B) | 91.64º | 0.67% | 0.97% | - |
| XYZ | 49.83 | 75.34 | 20.1 | - |
| YUV | 203.18 | 60.18 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 248 | 83 | 0.35 | 0 | 0.67 | 0.03 | 91.64 | 0.92 | 0.65 |
| Hex | A1 | F8 | 53 | 23 | 0 | 43 | 3 | 5C | 5C | 41 |
| Octal | 241 | 370 | 123 | 43 | 0 | 103 | 3 | 134 | 134 | 101 |
| Binary | 10100001 | 11111000 | 1010011 | 100011 | 0 | 1000011 | 11 | 1011100 | 1011100 | 1000001 |
Color Harmonies of #A1F853
Complementary color
Monochromatic Colors of #A1F853
Black with #A1F853
Text Example
Text Example
White with #A1F853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F853; }
p { color: rgb(161,248,83); }
H1.HeaderClassName
{
color: #A1F853;
}
.AnyTagClassName
{
color: #A1F853;
}
</style>
background-color css
<style>
a { background-color: #A1F853; }
a { background-color: rgb(161,248,83); }
div.DivClassName
{
background-color: #A1F853;
}
.BgClassName
{
background-color: #A1F853;
}
</style>
border-color css
<style>
span { border-color: #A1F853; }
span { border-color: rgb(161,248,83); }
td.TdClassName
{
border-color: #A1F853;
}
.TagClassName
{
border-color: #A1F853;
}
</style>