Shades of Conifer #A1ED5F
Tints of Conifer #A1ED5F
RGB
CMYK
RGB Variations
Color information
#A1ED5F (or 0xA1ED5F) is known color: Conifer. HEX triplet: A1, ED and 5F. RGB value is (161,237,95). Sum of RGB (Red+Green+Blue) = 161+237+95=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 95 (37.5% from 255 or 19.27% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #A1ED5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1ED5F is #5E12A0. Grayscale: #C6C6C6. Windows color (decimal): -6165153 or 6286753. OLE color: 6286753.
HSL color Cylindrical-coordinate representation of color #A1ED5F: hue angle of 92.11º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1ED5F is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 237 | 95 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.07 |
| HSL | 92.11º | 0.8% | 0.65% | - |
| HSV(B) | 92.11º | 0.6% | 0.93% | - |
| XYZ | 47.05 | 68.97 | 21.66 | - |
| YUV | 198.09 | 69.82 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 237 | 95 | 0.32 | 0 | 0.60 | 0.07 | 92.11 | 0.8 | 0.65 |
| Hex | A1 | ED | 5F | 20 | 0 | 3C | 7 | 5C | 50 | 41 |
| Octal | 241 | 355 | 137 | 40 | 0 | 74 | 7 | 134 | 120 | 101 |
| Binary | 10100001 | 11101101 | 1011111 | 100000 | 0 | 111100 | 111 | 1011100 | 1010000 | 1000001 |
Color Harmonies of #A1ED5F
Complementary color
Monochromatic Colors of #A1ED5F
Black with #A1ED5F
Text Example
Text Example
White with #A1ED5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ED5F; }
p { color: rgb(161,237,95); }
H1.HeaderClassName
{
color: #A1ED5F;
}
.AnyTagClassName
{
color: #A1ED5F;
}
</style>
background-color css
<style>
a { background-color: #A1ED5F; }
a { background-color: rgb(161,237,95); }
div.DivClassName
{
background-color: #A1ED5F;
}
.BgClassName
{
background-color: #A1ED5F;
}
</style>
border-color css
<style>
span { border-color: #A1ED5F; }
span { border-color: rgb(161,237,95); }
td.TdClassName
{
border-color: #A1ED5F;
}
.TagClassName
{
border-color: #A1ED5F;
}
</style>