Shades of Conifer #A1E95A
Tints of Conifer #A1E95A
RGB
CMYK
RGB Variations
Color information
#A1E95A (or 0xA1E95A) is known color: Conifer. HEX triplet: A1, E9 and 5A. RGB value is (161,233,90). Sum of RGB (Red+Green+Blue) = 161+233+90=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 233 (91.41% from 255 or 48.14% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E95A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E95A is #5E16A5. Grayscale: #C3C3C3. Windows color (decimal): -6166182 or 5958049. OLE color: 5958049.
HSL color Cylindrical-coordinate representation of color #A1E95A: hue angle of 90.21º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1E95A is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 233 | 90 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.09 |
| HSL | 90.21º | 0.76% | 0.63% | - |
| HSV(B) | 90.21º | 0.61% | 0.91% | - |
| XYZ | 45.68 | 66.59 | 20.12 | - |
| YUV | 195.17 | 68.65 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 233 | 90 | 0.31 | 0 | 0.61 | 0.09 | 90.21 | 0.76 | 0.63 |
| Hex | A1 | E9 | 5A | 1F | 0 | 3D | 9 | 5A | 4C | 3F |
| Octal | 241 | 351 | 132 | 37 | 0 | 75 | 11 | 132 | 114 | 77 |
| Binary | 10100001 | 11101001 | 1011010 | 11111 | 0 | 111101 | 1001 | 1011010 | 1001100 | 111111 |
Color Harmonies of #A1E95A
Complementary color
Monochromatic Colors of #A1E95A
Black with #A1E95A
Text Example
Text Example
White with #A1E95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E95A; }
p { color: rgb(161,233,90); }
H1.HeaderClassName
{
color: #A1E95A;
}
.AnyTagClassName
{
color: #A1E95A;
}
</style>
background-color css
<style>
a { background-color: #A1E95A; }
a { background-color: rgb(161,233,90); }
div.DivClassName
{
background-color: #A1E95A;
}
.BgClassName
{
background-color: #A1E95A;
}
</style>
border-color css
<style>
span { border-color: #A1E95A; }
span { border-color: rgb(161,233,90); }
td.TdClassName
{
border-color: #A1E95A;
}
.TagClassName
{
border-color: #A1E95A;
}
</style>