Shades of Conifer #A1E745
Tints of Conifer #A1E745
RGB
CMYK
RGB Variations
Color information
#A1E745 (or 0xA1E745) is known color: Conifer. HEX triplet: A1, E7 and 45. RGB value is (161,231,69). Sum of RGB (Red+Green+Blue) = 161+231+69=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 231 (90.62% from 255 or 50.11% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E745 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1E745 is #5E18BA. Grayscale: #C0C0C0. Windows color (decimal): -6166715 or 4581281. OLE color: 4581281.
HSL color Cylindrical-coordinate representation of color #A1E745: hue angle of 85.93º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1E745 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 231 | 69 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.09 |
| HSL | 85.93º | 0.77% | 0.59% | - |
| HSV(B) | 85.93º | 0.7% | 0.91% | - |
| XYZ | 44.35 | 65.16 | 15.87 | - |
| YUV | 191.6 | 58.81 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 231 | 69 | 0.30 | 0 | 0.70 | 0.09 | 85.93 | 0.77 | 0.59 |
| Hex | A1 | E7 | 45 | 1E | 0 | 46 | 9 | 56 | 4D | 3B |
| Octal | 241 | 347 | 105 | 36 | 0 | 106 | 11 | 126 | 115 | 73 |
| Binary | 10100001 | 11100111 | 1000101 | 11110 | 0 | 1000110 | 1001 | 1010110 | 1001101 | 111011 |
Color Harmonies of #A1E745
Complementary color
Monochromatic Colors of #A1E745
Black with #A1E745
Text Example
Text Example
White with #A1E745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E745; }
p { color: rgb(161,231,69); }
H1.HeaderClassName
{
color: #A1E745;
}
.AnyTagClassName
{
color: #A1E745;
}
</style>
background-color css
<style>
a { background-color: #A1E745; }
a { background-color: rgb(161,231,69); }
div.DivClassName
{
background-color: #A1E745;
}
.BgClassName
{
background-color: #A1E745;
}
</style>
border-color css
<style>
span { border-color: #A1E745; }
span { border-color: rgb(161,231,69); }
td.TdClassName
{
border-color: #A1E745;
}
.TagClassName
{
border-color: #A1E745;
}
</style>