Shades of Conifer #A3E04E
Tints of Conifer #A3E04E
RGB
CMYK
RGB Variations
Color information
#A3E04E (or 0xA3E04E) is known color: Conifer. HEX triplet: A3, E0 and 4E. RGB value is (163,224,78). Sum of RGB (Red+Green+Blue) = 163+224+78=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 78 (30.86% from 255 or 16.77% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #A3E04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E04E is #5C1FB1. Grayscale: #BDBDBD. Windows color (decimal): -6037426 or 5169315. OLE color: 5169315.
HSL color Cylindrical-coordinate representation of color #A3E04E: hue angle of 85.07º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A3E04E is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 224 | 78 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.12 |
| HSL | 85.07º | 0.7% | 0.59% | - |
| HSV(B) | 85.07º | 0.65% | 0.88% | - |
| XYZ | 43.14 | 61.65 | 16.83 | - |
| YUV | 189.12 | 65.29 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 224 | 78 | 0.27 | 0 | 0.65 | 0.12 | 85.07 | 0.7 | 0.59 |
| Hex | A3 | E0 | 4E | 1B | 0 | 41 | C | 55 | 46 | 3B |
| Octal | 243 | 340 | 116 | 33 | 0 | 101 | 14 | 125 | 106 | 73 |
| Binary | 10100011 | 11100000 | 1001110 | 11011 | 0 | 1000001 | 1100 | 1010101 | 1000110 | 111011 |
Color Harmonies of #A3E04E
Complementary color
Monochromatic Colors of #A3E04E
Black with #A3E04E
Text Example
Text Example
White with #A3E04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E04E; }
p { color: rgb(163,224,78); }
H1.HeaderClassName
{
color: #A3E04E;
}
.AnyTagClassName
{
color: #A3E04E;
}
</style>
background-color css
<style>
a { background-color: #A3E04E; }
a { background-color: rgb(163,224,78); }
div.DivClassName
{
background-color: #A3E04E;
}
.BgClassName
{
background-color: #A3E04E;
}
</style>
border-color css
<style>
span { border-color: #A3E04E; }
span { border-color: rgb(163,224,78); }
td.TdClassName
{
border-color: #A3E04E;
}
.TagClassName
{
border-color: #A3E04E;
}
</style>