Shades of Conifer #A1E446
Tints of Conifer #A1E446
RGB
CMYK
RGB Variations
Color information
#A1E446 (or 0xA1E446) is known color: Conifer. HEX triplet: A1, E4 and 46. RGB value is (161,228,70). Sum of RGB (Red+Green+Blue) = 161+228+70=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 228 (89.45% from 255 or 49.67% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E446 is #5E1BB9. Grayscale: #BEBEBE. Windows color (decimal): -6167482 or 4646049. OLE color: 4646049.
HSL color Cylindrical-coordinate representation of color #A1E446: hue angle of 85.44º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1E446 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 228 | 70 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.11 |
| HSL | 85.44º | 0.75% | 0.58% | - |
| HSV(B) | 85.44º | 0.69% | 0.89% | - |
| XYZ | 43.55 | 63.51 | 15.76 | - |
| YUV | 189.96 | 60.3 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 228 | 70 | 0.29 | 0 | 0.69 | 0.11 | 85.44 | 0.75 | 0.58 |
| Hex | A1 | E4 | 46 | 1D | 0 | 45 | B | 55 | 4B | 3A |
| Octal | 241 | 344 | 106 | 35 | 0 | 105 | 13 | 125 | 113 | 72 |
| Binary | 10100001 | 11100100 | 1000110 | 11101 | 0 | 1000101 | 1011 | 1010101 | 1001011 | 111010 |
Color Harmonies of #A1E446
Complementary color
Monochromatic Colors of #A1E446
Black with #A1E446
Text Example
Text Example
White with #A1E446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E446; }
p { color: rgb(161,228,70); }
H1.HeaderClassName
{
color: #A1E446;
}
.AnyTagClassName
{
color: #A1E446;
}
</style>
background-color css
<style>
a { background-color: #A1E446; }
a { background-color: rgb(161,228,70); }
div.DivClassName
{
background-color: #A1E446;
}
.BgClassName
{
background-color: #A1E446;
}
</style>
border-color css
<style>
span { border-color: #A1E446; }
span { border-color: rgb(161,228,70); }
td.TdClassName
{
border-color: #A1E446;
}
.TagClassName
{
border-color: #A1E446;
}
</style>