Shades of Conifer #A1E447
Tints of Conifer #A1E447
RGB
CMYK
RGB Variations
Color information
#A1E447 (or 0xA1E447) is known color: Conifer. HEX triplet: A1, E4 and 47. RGB value is (161,228,71). Sum of RGB (Red+Green+Blue) = 161+228+71=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 228 (89.45% from 255 or 49.57% from 460); Blue value is 71 (28.12% from 255 or 15.43% from 460); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E447 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E447 is #5E1BB8. Grayscale: #BEBEBE. Windows color (decimal): -6167481 or 4711585. OLE color: 4711585.
HSL color Cylindrical-coordinate representation of color #A1E447: hue angle of 85.61º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1E447 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 228 | 71 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.11 |
| HSL | 85.61º | 0.74% | 0.59% | - |
| HSV(B) | 85.61º | 0.69% | 0.89% | - |
| XYZ | 43.58 | 63.52 | 15.92 | - |
| YUV | 190.07 | 60.8 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 228 | 71 | 0.29 | 0 | 0.69 | 0.11 | 85.61 | 0.74 | 0.59 |
| Hex | A1 | E4 | 47 | 1D | 0 | 45 | B | 56 | 4A | 3B |
| Octal | 241 | 344 | 107 | 35 | 0 | 105 | 13 | 126 | 112 | 73 |
| Binary | 10100001 | 11100100 | 1000111 | 11101 | 0 | 1000101 | 1011 | 1010110 | 1001010 | 111011 |
Color Harmonies of #A1E447
Complementary color
Monochromatic Colors of #A1E447
Black with #A1E447
Text Example
Text Example
White with #A1E447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E447; }
p { color: rgb(161,228,71); }
H1.HeaderClassName
{
color: #A1E447;
}
.AnyTagClassName
{
color: #A1E447;
}
</style>
background-color css
<style>
a { background-color: #A1E447; }
a { background-color: rgb(161,228,71); }
div.DivClassName
{
background-color: #A1E447;
}
.BgClassName
{
background-color: #A1E447;
}
</style>
border-color css
<style>
span { border-color: #A1E447; }
span { border-color: rgb(161,228,71); }
td.TdClassName
{
border-color: #A1E447;
}
.TagClassName
{
border-color: #A1E447;
}
</style>