Shades of Conifer #A1FD5D
Tints of Conifer #A1FD5D
RGB
CMYK
RGB Variations
Color information
#A1FD5D (or 0xA1FD5D) is known color: Conifer. HEX triplet: A1, FD and 5D. RGB value is (161,253,93). Sum of RGB (Red+Green+Blue) = 161+253+93=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FD5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FD5D is #5E02A2. Grayscale: #CFCFCF. Windows color (decimal): -6161059 or 6159777. OLE color: 6159777.
HSL color Cylindrical-coordinate representation of color #A1FD5D: hue angle of 94.5º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1FD5D is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 253 | 93 | - |
| CMYK | 0.36 | 0 | 0.63 | 0.01 |
| HSL | 94.5º | 0.98% | 0.68% | - |
| HSV(B) | 94.5º | 0.63% | 0.99% | - |
| XYZ | 51.8 | 78.62 | 22.8 | - |
| YUV | 207.25 | 63.52 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 253 | 93 | 0.36 | 0 | 0.63 | 0.01 | 94.5 | 0.98 | 0.68 |
| Hex | A1 | FD | 5D | 24 | 0 | 3F | 1 | 5E | 62 | 44 |
| Octal | 241 | 375 | 135 | 44 | 0 | 77 | 1 | 136 | 142 | 104 |
| Binary | 10100001 | 11111101 | 1011101 | 100100 | 0 | 111111 | 1 | 1011110 | 1100010 | 1000100 |
Color Harmonies of #A1FD5D
Complementary color
Monochromatic Colors of #A1FD5D
Black with #A1FD5D
Text Example
Text Example
White with #A1FD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FD5D; }
p { color: rgb(161,253,93); }
H1.HeaderClassName
{
color: #A1FD5D;
}
.AnyTagClassName
{
color: #A1FD5D;
}
</style>
background-color css
<style>
a { background-color: #A1FD5D; }
a { background-color: rgb(161,253,93); }
div.DivClassName
{
background-color: #A1FD5D;
}
.BgClassName
{
background-color: #A1FD5D;
}
</style>
border-color css
<style>
span { border-color: #A1FD5D; }
span { border-color: rgb(161,253,93); }
td.TdClassName
{
border-color: #A1FD5D;
}
.TagClassName
{
border-color: #A1FD5D;
}
</style>