Shades of Conifer #A1E94A
Tints of Conifer #A1E94A
RGB
CMYK
RGB Variations
Color information
#A1E94A (or 0xA1E94A) is known color: Conifer. HEX triplet: A1, E9 and 4A. RGB value is (161,233,74). Sum of RGB (Red+Green+Blue) = 161+233+74=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 233 (91.41% from 255 or 49.79% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E94A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1E94A is #5E16B5. Grayscale: #C1C1C1. Windows color (decimal): -6166198 or 4909473. OLE color: 4909473.
HSL color Cylindrical-coordinate representation of color #A1E94A: hue angle of 87.17º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1E94A is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 233 | 74 | - |
| CMYK | 0.31 | 0 | 0.68 | 0.09 |
| HSL | 87.17º | 0.78% | 0.6% | - |
| HSV(B) | 87.17º | 0.68% | 0.91% | - |
| XYZ | 45.07 | 66.35 | 16.91 | - |
| YUV | 193.35 | 60.65 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 233 | 74 | 0.31 | 0 | 0.68 | 0.09 | 87.17 | 0.78 | 0.6 |
| Hex | A1 | E9 | 4A | 1F | 0 | 44 | 9 | 57 | 4E | 3C |
| Octal | 241 | 351 | 112 | 37 | 0 | 104 | 11 | 127 | 116 | 74 |
| Binary | 10100001 | 11101001 | 1001010 | 11111 | 0 | 1000100 | 1001 | 1010111 | 1001110 | 111100 |
Color Harmonies of #A1E94A
Complementary color
Monochromatic Colors of #A1E94A
Black with #A1E94A
Text Example
Text Example
White with #A1E94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E94A; }
p { color: rgb(161,233,74); }
H1.HeaderClassName
{
color: #A1E94A;
}
.AnyTagClassName
{
color: #A1E94A;
}
</style>
background-color css
<style>
a { background-color: #A1E94A; }
a { background-color: rgb(161,233,74); }
div.DivClassName
{
background-color: #A1E94A;
}
.BgClassName
{
background-color: #A1E94A;
}
</style>
border-color css
<style>
span { border-color: #A1E94A; }
span { border-color: rgb(161,233,74); }
td.TdClassName
{
border-color: #A1E94A;
}
.TagClassName
{
border-color: #A1E94A;
}
</style>