Shades of Conifer #A1F351
Tints of Conifer #A1F351
RGB
CMYK
RGB Variations
Color information
#A1F351 (or 0xA1F351) is known color: Conifer. HEX triplet: A1, F3 and 51. RGB value is (161,243,81). Sum of RGB (Red+Green+Blue) = 161+243+81=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 243 (95.31% from 255 or 50.10% from 485); Blue value is 81 (32.03% from 255 or 16.70% from 485); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F351 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F351 is #5E0CAE. Grayscale: #C8C8C8. Windows color (decimal): -6163631 or 5370785. OLE color: 5370785.
HSL color Cylindrical-coordinate representation of color #A1F351: hue angle of 90.37º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1F351 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 81 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.05 |
| HSL | 90.37º | 0.87% | 0.64% | - |
| HSV(B) | 90.37º | 0.67% | 0.95% | - |
| XYZ | 48.23 | 72.27 | 19.19 | - |
| YUV | 200.01 | 60.83 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 81 | 0.34 | 0 | 0.67 | 0.05 | 90.37 | 0.87 | 0.64 |
| Hex | A1 | F3 | 51 | 22 | 0 | 43 | 5 | 5A | 57 | 40 |
| Octal | 241 | 363 | 121 | 42 | 0 | 103 | 5 | 132 | 127 | 100 |
| Binary | 10100001 | 11110011 | 1010001 | 100010 | 0 | 1000011 | 101 | 1011010 | 1010111 | 1000000 |
Color Harmonies of #A1F351
Complementary color
Monochromatic Colors of #A1F351
Black with #A1F351
Text Example
Text Example
White with #A1F351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F351; }
p { color: rgb(161,243,81); }
H1.HeaderClassName
{
color: #A1F351;
}
.AnyTagClassName
{
color: #A1F351;
}
</style>
background-color css
<style>
a { background-color: #A1F351; }
a { background-color: rgb(161,243,81); }
div.DivClassName
{
background-color: #A1F351;
}
.BgClassName
{
background-color: #A1F351;
}
</style>
border-color css
<style>
span { border-color: #A1F351; }
span { border-color: rgb(161,243,81); }
td.TdClassName
{
border-color: #A1F351;
}
.TagClassName
{
border-color: #A1F351;
}
</style>