Shades of Conifer #A3E550
Tints of Conifer #A3E550
RGB
CMYK
RGB Variations
Color information
#A3E550 (or 0xA3E550) is known color: Conifer. HEX triplet: A3, E5 and 50. RGB value is (163,229,80). Sum of RGB (Red+Green+Blue) = 163+229+80=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 229 - color contains mainly: green. Hex color #A3E550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E550 is #5C1AAF. Grayscale: #C0C0C0. Windows color (decimal): -6036144 or 5301667. OLE color: 5301667.
HSL color Cylindrical-coordinate representation of color #A3E550: hue angle of 86.58º degrees, saturation: 0.74, 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 #A3E550 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 229 | 80 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.10 |
| HSL | 86.58º | 0.74% | 0.61% | - |
| HSV(B) | 86.58º | 0.65% | 0.9% | - |
| XYZ | 44.57 | 64.4 | 17.67 | - |
| YUV | 192.28 | 64.63 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 229 | 80 | 0.29 | 0 | 0.65 | 0.10 | 86.58 | 0.74 | 0.61 |
| Hex | A3 | E5 | 50 | 1D | 0 | 41 | A | 57 | 4A | 3D |
| Octal | 243 | 345 | 120 | 35 | 0 | 101 | 12 | 127 | 112 | 75 |
| Binary | 10100011 | 11100101 | 1010000 | 11101 | 0 | 1000001 | 1010 | 1010111 | 1001010 | 111101 |
Color Harmonies of #A3E550
Complementary color
Monochromatic Colors of #A3E550
Black with #A3E550
Text Example
Text Example
White with #A3E550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E550; }
p { color: rgb(163,229,80); }
H1.HeaderClassName
{
color: #A3E550;
}
.AnyTagClassName
{
color: #A3E550;
}
</style>
background-color css
<style>
a { background-color: #A3E550; }
a { background-color: rgb(163,229,80); }
div.DivClassName
{
background-color: #A3E550;
}
.BgClassName
{
background-color: #A3E550;
}
</style>
border-color css
<style>
span { border-color: #A3E550; }
span { border-color: rgb(163,229,80); }
td.TdClassName
{
border-color: #A3E550;
}
.TagClassName
{
border-color: #A3E550;
}
</style>