Shades of Conifer #A1EA5D
Tints of Conifer #A1EA5D
RGB
CMYK
RGB Variations
Color information
#A1EA5D (or 0xA1EA5D) is known color: Conifer. HEX triplet: A1, EA and 5D. RGB value is (161,234,93). Sum of RGB (Red+Green+Blue) = 161+234+93=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EA5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EA5D is #5E15A2. Grayscale: #C4C4C4. Windows color (decimal): -6165923 or 6154913. OLE color: 6154913.
HSL color Cylindrical-coordinate representation of color #A1EA5D: hue angle of 91.06º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1EA5D is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 234 | 93 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.08 |
| HSL | 91.06º | 0.77% | 0.64% | - |
| HSV(B) | 91.06º | 0.6% | 0.92% | - |
| XYZ | 46.1 | 67.21 | 20.9 | - |
| YUV | 196.1 | 69.82 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 93 | 0.31 | 0 | 0.60 | 0.08 | 91.06 | 0.77 | 0.64 |
| Hex | A1 | EA | 5D | 1F | 0 | 3C | 8 | 5B | 4D | 40 |
| Octal | 241 | 352 | 135 | 37 | 0 | 74 | 10 | 133 | 115 | 100 |
| Binary | 10100001 | 11101010 | 1011101 | 11111 | 0 | 111100 | 1000 | 1011011 | 1001101 | 1000000 |
Color Harmonies of #A1EA5D
Complementary color
Monochromatic Colors of #A1EA5D
Black with #A1EA5D
Text Example
Text Example
White with #A1EA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EA5D; }
p { color: rgb(161,234,93); }
H1.HeaderClassName
{
color: #A1EA5D;
}
.AnyTagClassName
{
color: #A1EA5D;
}
</style>
background-color css
<style>
a { background-color: #A1EA5D; }
a { background-color: rgb(161,234,93); }
div.DivClassName
{
background-color: #A1EA5D;
}
.BgClassName
{
background-color: #A1EA5D;
}
</style>
border-color css
<style>
span { border-color: #A1EA5D; }
span { border-color: rgb(161,234,93); }
td.TdClassName
{
border-color: #A1EA5D;
}
.TagClassName
{
border-color: #A1EA5D;
}
</style>