Shades of Conifer #A1EA59
Tints of Conifer #A1EA59
RGB
CMYK
RGB Variations
Color information
#A1EA59 (or 0xA1EA59) is known color: Conifer. HEX triplet: A1, EA and 59. RGB value is (161,234,89). Sum of RGB (Red+Green+Blue) = 161+234+89=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 89 (35.16% from 255 or 18.39% from 484); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EA59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EA59 is #5E15A6. Grayscale: #C4C4C4. Windows color (decimal): -6165927 or 5892769. OLE color: 5892769.
HSL color Cylindrical-coordinate representation of color #A1EA59: hue angle of 90.21º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1EA59 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 234 | 89 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.08 |
| HSL | 90.21º | 0.78% | 0.63% | - |
| HSV(B) | 90.21º | 0.62% | 0.92% | - |
| XYZ | 45.92 | 67.14 | 19.99 | - |
| YUV | 195.64 | 67.82 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 89 | 0.31 | 0 | 0.62 | 0.08 | 90.21 | 0.78 | 0.63 |
| Hex | A1 | EA | 59 | 1F | 0 | 3E | 8 | 5A | 4E | 3F |
| Octal | 241 | 352 | 131 | 37 | 0 | 76 | 10 | 132 | 116 | 77 |
| Binary | 10100001 | 11101010 | 1011001 | 11111 | 0 | 111110 | 1000 | 1011010 | 1001110 | 111111 |
Color Harmonies of #A1EA59
Complementary color
Monochromatic Colors of #A1EA59
Black with #A1EA59
Text Example
Text Example
White with #A1EA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EA59; }
p { color: rgb(161,234,89); }
H1.HeaderClassName
{
color: #A1EA59;
}
.AnyTagClassName
{
color: #A1EA59;
}
</style>
background-color css
<style>
a { background-color: #A1EA59; }
a { background-color: rgb(161,234,89); }
div.DivClassName
{
background-color: #A1EA59;
}
.BgClassName
{
background-color: #A1EA59;
}
</style>
border-color css
<style>
span { border-color: #A1EA59; }
span { border-color: rgb(161,234,89); }
td.TdClassName
{
border-color: #A1EA59;
}
.TagClassName
{
border-color: #A1EA59;
}
</style>