Shades of Conifer #A3E45B
Tints of Conifer #A3E45B
RGB
CMYK
RGB Variations
Color information
#A3E45B (or 0xA3E45B) is known color: Conifer. HEX triplet: A3, E4 and 5B. RGB value is (163,228,91). Sum of RGB (Red+Green+Blue) = 163+228+91=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 228 - color contains mainly: green. Hex color #A3E45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3E45B is #5C1BA4. Grayscale: #C1C1C1. Windows color (decimal): -6036389 or 6022307. OLE color: 6022307.
HSL color Cylindrical-coordinate representation of color #A3E45B: hue angle of 88.47º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A3E45B is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 228 | 91 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.11 |
| HSL | 88.47º | 0.72% | 0.63% | - |
| HSV(B) | 88.47º | 0.6% | 0.89% | - |
| XYZ | 44.74 | 64.03 | 19.9 | - |
| YUV | 192.95 | 70.47 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 228 | 91 | 0.29 | 0 | 0.60 | 0.11 | 88.47 | 0.72 | 0.63 |
| Hex | A3 | E4 | 5B | 1D | 0 | 3C | B | 58 | 48 | 3F |
| Octal | 243 | 344 | 133 | 35 | 0 | 74 | 13 | 130 | 110 | 77 |
| Binary | 10100011 | 11100100 | 1011011 | 11101 | 0 | 111100 | 1011 | 1011000 | 1001000 | 111111 |
Color Harmonies of #A3E45B
Complementary color
Monochromatic Colors of #A3E45B
Black with #A3E45B
Text Example
Text Example
White with #A3E45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E45B; }
p { color: rgb(163,228,91); }
H1.HeaderClassName
{
color: #A3E45B;
}
.AnyTagClassName
{
color: #A3E45B;
}
</style>
background-color css
<style>
a { background-color: #A3E45B; }
a { background-color: rgb(163,228,91); }
div.DivClassName
{
background-color: #A3E45B;
}
.BgClassName
{
background-color: #A3E45B;
}
</style>
border-color css
<style>
span { border-color: #A3E45B; }
span { border-color: rgb(163,228,91); }
td.TdClassName
{
border-color: #A3E45B;
}
.TagClassName
{
border-color: #A3E45B;
}
</style>