Shades of Jade #12BD6E
Tints of Jade #12BD6E
RGB
CMYK
RGB Variations
Color information
#12BD6E (or 0x12BD6E) is known color: Jade. HEX triplet: 12, BD and 6E. RGB value is (18,189,110). Sum of RGB (Red+Green+Blue) = 18+189+110=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 189 (74.22% from 255 or 59.62% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BD6E is #ED4291. Grayscale: #818181. Windows color (decimal): -15549074 or 7257362. OLE color: 7257362.
HSL color Cylindrical-coordinate representation of color #12BD6E: hue angle of 152.28º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BD6E is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 189 | 110 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.26 |
| HSL | 152.28º | 0.83% | 0.41% | - |
| HSV(B) | 152.28º | 0.9% | 0.74% | - |
| XYZ | 21.26 | 37.65 | 20.9 | - |
| YUV | 128.87 | 117.35 | 48.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 110 | 0.90 | 0 | 0.42 | 0.26 | 152.28 | 0.83 | 0.41 |
| Hex | 12 | BD | 6E | 5A | 0 | 2A | 1A | 98 | 53 | 29 |
| Octal | 22 | 275 | 156 | 132 | 0 | 52 | 32 | 230 | 123 | 51 |
| Binary | 10010 | 10111101 | 1101110 | 1011010 | 0 | 101010 | 11010 | 10011000 | 1010011 | 101001 |
Color Harmonies of #12BD6E
Complementary color
Monochromatic Colors of #12BD6E
Black with #12BD6E
Text Example
Text Example
White with #12BD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BD6E; }
p { color: rgb(18,189,110); }
H1.HeaderClassName
{
color: #12BD6E;
}
.AnyTagClassName
{
color: #12BD6E;
}
</style>
background-color css
<style>
a { background-color: #12BD6E; }
a { background-color: rgb(18,189,110); }
div.DivClassName
{
background-color: #12BD6E;
}
.BgClassName
{
background-color: #12BD6E;
}
</style>
border-color css
<style>
span { border-color: #12BD6E; }
span { border-color: rgb(18,189,110); }
td.TdClassName
{
border-color: #12BD6E;
}
.TagClassName
{
border-color: #12BD6E;
}
</style>