Shades of Conifer #A1FF5D
Tints of Conifer #A1FF5D
RGB
CMYK
RGB Variations
Color information
#A1FF5D (or 0xA1FF5D) is known color: Conifer. HEX triplet: A1, FF and 5D. RGB value is (161,255,93). Sum of RGB (Red+Green+Blue) = 161+255+93=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FF5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FF5D is #5E00A2. Grayscale: #D0D0D0. Windows color (decimal): -6160547 or 6160289. OLE color: 6160289.
HSL color Cylindrical-coordinate representation of color #A1FF5D: hue angle of 94.81º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1FF5D is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 93 | - |
| CMYK | 0.37 | 0 | 0.64 | 0 |
| HSL | 94.81º | 1% | 0.68% | - |
| HSV(B) | 94.81º | 0.64% | 1% | - |
| XYZ | 52.43 | 79.89 | 23.01 | - |
| YUV | 208.43 | 62.86 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 93 | 0.37 | 0 | 0.64 | 0 | 94.81 | 1 | 0.68 |
| Hex | A1 | FF | 5D | 25 | 0 | 40 | 0 | 5F | 64 | 44 |
| Octal | 241 | 377 | 135 | 45 | 0 | 100 | 0 | 137 | 144 | 104 |
| Binary | 10100001 | 11111111 | 1011101 | 100101 | 0 | 1000000 | 0 | 1011111 | 1100100 | 1000100 |
Color Harmonies of #A1FF5D
Complementary color
Monochromatic Colors of #A1FF5D
Black with #A1FF5D
Text Example
Text Example
White with #A1FF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FF5D; }
p { color: rgb(161,255,93); }
H1.HeaderClassName
{
color: #A1FF5D;
}
.AnyTagClassName
{
color: #A1FF5D;
}
</style>
background-color css
<style>
a { background-color: #A1FF5D; }
a { background-color: rgb(161,255,93); }
div.DivClassName
{
background-color: #A1FF5D;
}
.BgClassName
{
background-color: #A1FF5D;
}
</style>
border-color css
<style>
span { border-color: #A1FF5D; }
span { border-color: rgb(161,255,93); }
td.TdClassName
{
border-color: #A1FF5D;
}
.TagClassName
{
border-color: #A1FF5D;
}
</style>