Shades of Conifer #A1E650
Tints of Conifer #A1E650
RGB
CMYK
RGB Variations
Color information
#A1E650 (or 0xA1E650) is known color: Conifer. HEX triplet: A1, E6 and 50. RGB value is (161,230,80). Sum of RGB (Red+Green+Blue) = 161+230+80=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 230 (90.23% from 255 or 48.83% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E650 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E650 is #5E19AF. Grayscale: #C0C0C0. Windows color (decimal): -6166960 or 5301921. OLE color: 5301921.
HSL color Cylindrical-coordinate representation of color #A1E650: hue angle of 87.6º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1E650 is Cyan = 0.3, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 230 | 80 | - |
| CMYK | 0.3 | 0 | 0.65 | 0.10 |
| HSL | 87.6º | 0.75% | 0.61% | - |
| HSV(B) | 87.6º | 0.65% | 0.9% | - |
| XYZ | 44.44 | 64.75 | 17.75 | - |
| YUV | 192.27 | 64.64 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 230 | 80 | 0.3 | 0 | 0.65 | 0.10 | 87.6 | 0.75 | 0.61 |
| Hex | A1 | E6 | 50 | 1E | 0 | 41 | A | 58 | 4B | 3D |
| Octal | 241 | 346 | 120 | 36 | 0 | 101 | 12 | 130 | 113 | 75 |
| Binary | 10100001 | 11100110 | 1010000 | 11110 | 0 | 1000001 | 1010 | 1011000 | 1001011 | 111101 |
Color Harmonies of #A1E650
Complementary color
Monochromatic Colors of #A1E650
Black with #A1E650
Text Example
Text Example
White with #A1E650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E650; }
p { color: rgb(161,230,80); }
H1.HeaderClassName
{
color: #A1E650;
}
.AnyTagClassName
{
color: #A1E650;
}
</style>
background-color css
<style>
a { background-color: #A1E650; }
a { background-color: rgb(161,230,80); }
div.DivClassName
{
background-color: #A1E650;
}
.BgClassName
{
background-color: #A1E650;
}
</style>
border-color css
<style>
span { border-color: #A1E650; }
span { border-color: rgb(161,230,80); }
td.TdClassName
{
border-color: #A1E650;
}
.TagClassName
{
border-color: #A1E650;
}
</style>