Shades of Jade #12B76E
Tints of Jade #12B76E
RGB
CMYK
RGB Variations
Color information
#12B76E (or 0x12B76E) is known color: Jade. HEX triplet: 12, B7 and 6E. RGB value is (18,183,110). Sum of RGB (Red+Green+Blue) = 18+183+110=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 183 (71.88% from 255 or 58.84% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 183 - color contains mainly: green. Hex color #12B76E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B76E is #ED4891. Grayscale: #7D7D7D. Windows color (decimal): -15550610 or 7255826. OLE color: 7255826.
HSL color Cylindrical-coordinate representation of color #12B76E: hue angle of 153.45º 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 #12B76E is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 183 | 110 | - |
| CMYK | 0.90 | 0 | 0.40 | 0.28 |
| HSL | 153.45º | 0.82% | 0.39% | - |
| HSV(B) | 153.45º | 0.9% | 0.72% | - |
| XYZ | 20 | 35.12 | 20.48 | - |
| YUV | 125.34 | 119.34 | 51.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 183 | 110 | 0.90 | 0 | 0.40 | 0.28 | 153.45 | 0.82 | 0.39 |
| Hex | 12 | B7 | 6E | 5A | 0 | 28 | 1C | 99 | 52 | 27 |
| Octal | 22 | 267 | 156 | 132 | 0 | 50 | 34 | 231 | 122 | 47 |
| Binary | 10010 | 10110111 | 1101110 | 1011010 | 0 | 101000 | 11100 | 10011001 | 1010010 | 100111 |
Color Harmonies of #12B76E
Complementary color
Monochromatic Colors of #12B76E
Black with #12B76E
Text Example
Text Example
White with #12B76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B76E; }
p { color: rgb(18,183,110); }
H1.HeaderClassName
{
color: #12B76E;
}
.AnyTagClassName
{
color: #12B76E;
}
</style>
background-color css
<style>
a { background-color: #12B76E; }
a { background-color: rgb(18,183,110); }
div.DivClassName
{
background-color: #12B76E;
}
.BgClassName
{
background-color: #12B76E;
}
</style>
border-color css
<style>
span { border-color: #12B76E; }
span { border-color: rgb(18,183,110); }
td.TdClassName
{
border-color: #12B76E;
}
.TagClassName
{
border-color: #12B76E;
}
</style>