Shades of Conifer #A1ED46
Tints of Conifer #A1ED46
RGB
CMYK
RGB Variations
Color information
#A1ED46 (or 0xA1ED46) is known color: Conifer. HEX triplet: A1, ED and 46. RGB value is (161,237,70). Sum of RGB (Red+Green+Blue) = 161+237+70=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 237 (92.97% from 255 or 50.64% from 468); Blue value is 70 (27.73% from 255 or 14.96% from 468); Max value from RGB is 237 - color contains mainly: green. Hex color #A1ED46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1ED46 is #5E12B9. Grayscale: #C3C3C3. Windows color (decimal): -6165178 or 4648353. OLE color: 4648353.
HSL color Cylindrical-coordinate representation of color #A1ED46: hue angle of 87.31º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1ED46 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 237 | 70 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.07 |
| HSL | 87.31º | 0.82% | 0.6% | - |
| HSV(B) | 87.31º | 0.7% | 0.93% | - |
| XYZ | 46.09 | 68.59 | 16.6 | - |
| YUV | 195.24 | 57.32 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 237 | 70 | 0.32 | 0 | 0.70 | 0.07 | 87.31 | 0.82 | 0.6 |
| Hex | A1 | ED | 46 | 20 | 0 | 46 | 7 | 57 | 52 | 3C |
| Octal | 241 | 355 | 106 | 40 | 0 | 106 | 7 | 127 | 122 | 74 |
| Binary | 10100001 | 11101101 | 1000110 | 100000 | 0 | 1000110 | 111 | 1010111 | 1010010 | 111100 |
Color Harmonies of #A1ED46
Complementary color
Monochromatic Colors of #A1ED46
Black with #A1ED46
Text Example
Text Example
White with #A1ED46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ED46; }
p { color: rgb(161,237,70); }
H1.HeaderClassName
{
color: #A1ED46;
}
.AnyTagClassName
{
color: #A1ED46;
}
</style>
background-color css
<style>
a { background-color: #A1ED46; }
a { background-color: rgb(161,237,70); }
div.DivClassName
{
background-color: #A1ED46;
}
.BgClassName
{
background-color: #A1ED46;
}
</style>
border-color css
<style>
span { border-color: #A1ED46; }
span { border-color: rgb(161,237,70); }
td.TdClassName
{
border-color: #A1ED46;
}
.TagClassName
{
border-color: #A1ED46;
}
</style>