Shades of Jade #12BC6D
Tints of Jade #12BC6D
RGB
CMYK
RGB Variations
Color information
#12BC6D (or 0x12BC6D) is known color: Jade. HEX triplet: 12, BC and 6D. RGB value is (18,188,109). Sum of RGB (Red+Green+Blue) = 18+188+109=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BC6D is #ED4392. Grayscale: #808080. Windows color (decimal): -15549331 or 7191570. OLE color: 7191570.
HSL color Cylindrical-coordinate representation of color #12BC6D: hue angle of 152.12º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BC6D is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 188 | 109 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.26 |
| HSL | 152.12º | 0.83% | 0.4% | - |
| HSV(B) | 152.12º | 0.9% | 0.74% | - |
| XYZ | 20.99 | 37.2 | 20.54 | - |
| YUV | 128.16 | 117.18 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 188 | 109 | 0.90 | 0 | 0.42 | 0.26 | 152.12 | 0.83 | 0.4 |
| Hex | 12 | BC | 6D | 5A | 0 | 2A | 1A | 98 | 53 | 28 |
| Octal | 22 | 274 | 155 | 132 | 0 | 52 | 32 | 230 | 123 | 50 |
| Binary | 10010 | 10111100 | 1101101 | 1011010 | 0 | 101010 | 11010 | 10011000 | 1010011 | 101000 |
Color Harmonies of #12BC6D
Complementary color
Monochromatic Colors of #12BC6D
Black with #12BC6D
Text Example
Text Example
White with #12BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BC6D; }
p { color: rgb(18,188,109); }
H1.HeaderClassName
{
color: #12BC6D;
}
.AnyTagClassName
{
color: #12BC6D;
}
</style>
background-color css
<style>
a { background-color: #12BC6D; }
a { background-color: rgb(18,188,109); }
div.DivClassName
{
background-color: #12BC6D;
}
.BgClassName
{
background-color: #12BC6D;
}
</style>
border-color css
<style>
span { border-color: #12BC6D; }
span { border-color: rgb(18,188,109); }
td.TdClassName
{
border-color: #12BC6D;
}
.TagClassName
{
border-color: #12BC6D;
}
</style>