Shades of Conifer #A3E349
Tints of Conifer #A3E349
RGB
CMYK
RGB Variations
Color information
#A3E349 (or 0xA3E349) is known color: Conifer. HEX triplet: A3, E3 and 49. RGB value is (163,227,73). Sum of RGB (Red+Green+Blue) = 163+227+73=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 227 (89.06% from 255 or 49.03% from 463); Blue value is 73 (28.91% from 255 or 15.77% from 463); Max value from RGB is 227 - color contains mainly: green. Hex color #A3E349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3E349 is #5C1CB6. Grayscale: #BEBEBE. Windows color (decimal): -6036663 or 4842403. OLE color: 4842403.
HSL color Cylindrical-coordinate representation of color #A3E349: hue angle of 84.94º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A3E349 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 227 | 73 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.11 |
| HSL | 84.94º | 0.73% | 0.59% | - |
| HSV(B) | 84.94º | 0.68% | 0.89% | - |
| XYZ | 43.78 | 63.21 | 16.2 | - |
| YUV | 190.31 | 61.8 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 227 | 73 | 0.28 | 0 | 0.68 | 0.11 | 84.94 | 0.73 | 0.59 |
| Hex | A3 | E3 | 49 | 1C | 0 | 44 | B | 55 | 49 | 3B |
| Octal | 243 | 343 | 111 | 34 | 0 | 104 | 13 | 125 | 111 | 73 |
| Binary | 10100011 | 11100011 | 1001001 | 11100 | 0 | 1000100 | 1011 | 1010101 | 1001001 | 111011 |
Color Harmonies of #A3E349
Complementary color
Monochromatic Colors of #A3E349
Black with #A3E349
Text Example
Text Example
White with #A3E349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E349; }
p { color: rgb(163,227,73); }
H1.HeaderClassName
{
color: #A3E349;
}
.AnyTagClassName
{
color: #A3E349;
}
</style>
background-color css
<style>
a { background-color: #A3E349; }
a { background-color: rgb(163,227,73); }
div.DivClassName
{
background-color: #A3E349;
}
.BgClassName
{
background-color: #A3E349;
}
</style>
border-color css
<style>
span { border-color: #A3E349; }
span { border-color: rgb(163,227,73); }
td.TdClassName
{
border-color: #A3E349;
}
.TagClassName
{
border-color: #A3E349;
}
</style>