Shades of Jade #12B76D
Tints of Jade #12B76D
RGB
CMYK
RGB Variations
Color information
#12B76D (or 0x12B76D) is known color: Jade. HEX triplet: 12, B7 and 6D. RGB value is (18,183,109). Sum of RGB (Red+Green+Blue) = 18+183+109=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 183 (71.88% from 255 or 59.03% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 183 - color contains mainly: green. Hex color #12B76D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B76D is #ED4892. Grayscale: #7D7D7D. Windows color (decimal): -15550611 or 7190290. OLE color: 7190290.
HSL color Cylindrical-coordinate representation of color #12B76D: hue angle of 153.09º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B76D is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 183 | 109 | - |
| CMYK | 0.90 | 0 | 0.40 | 0.28 |
| HSL | 153.09º | 0.82% | 0.39% | - |
| HSV(B) | 153.09º | 0.9% | 0.72% | - |
| XYZ | 19.94 | 35.1 | 20.19 | - |
| YUV | 125.23 | 118.84 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 183 | 109 | 0.90 | 0 | 0.40 | 0.28 | 153.09 | 0.82 | 0.39 |
| Hex | 12 | B7 | 6D | 5A | 0 | 28 | 1C | 99 | 52 | 27 |
| Octal | 22 | 267 | 155 | 132 | 0 | 50 | 34 | 231 | 122 | 47 |
| Binary | 10010 | 10110111 | 1101101 | 1011010 | 0 | 101000 | 11100 | 10011001 | 1010010 | 100111 |
Color Harmonies of #12B76D
Complementary color
Monochromatic Colors of #12B76D
Black with #12B76D
Text Example
Text Example
White with #12B76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B76D; }
p { color: rgb(18,183,109); }
H1.HeaderClassName
{
color: #12B76D;
}
.AnyTagClassName
{
color: #12B76D;
}
</style>
background-color css
<style>
a { background-color: #12B76D; }
a { background-color: rgb(18,183,109); }
div.DivClassName
{
background-color: #12B76D;
}
.BgClassName
{
background-color: #12B76D;
}
</style>
border-color css
<style>
span { border-color: #12B76D; }
span { border-color: rgb(18,183,109); }
td.TdClassName
{
border-color: #12B76D;
}
.TagClassName
{
border-color: #12B76D;
}
</style>