Shades of Jade #12BD67
Tints of Jade #12BD67
RGB
CMYK
RGB Variations
Color information
#12BD67 (or 0x12BD67) is known color: Jade. HEX triplet: 12, BD and 67. RGB value is (18,189,103). Sum of RGB (Red+Green+Blue) = 18+189+103=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 189 (74.22% from 255 or 60.97% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BD67 is #ED4298. Grayscale: #808080. Windows color (decimal): -15549081 or 6798610. OLE color: 6798610.
HSL color Cylindrical-coordinate representation of color #12BD67: hue angle of 149.82º 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 #12BD67 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 189 | 103 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.26 |
| HSL | 149.82º | 0.83% | 0.41% | - |
| HSV(B) | 149.82º | 0.9% | 0.74% | - |
| XYZ | 20.9 | 37.5 | 18.97 | - |
| YUV | 128.07 | 113.85 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 103 | 0.90 | 0 | 0.46 | 0.26 | 149.82 | 0.83 | 0.41 |
| Hex | 12 | BD | 67 | 5A | 0 | 2E | 1A | 96 | 53 | 29 |
| Octal | 22 | 275 | 147 | 132 | 0 | 56 | 32 | 226 | 123 | 51 |
| Binary | 10010 | 10111101 | 1100111 | 1011010 | 0 | 101110 | 11010 | 10010110 | 1010011 | 101001 |
Color Harmonies of #12BD67
Complementary color
Monochromatic Colors of #12BD67
Black with #12BD67
Text Example
Text Example
White with #12BD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BD67; }
p { color: rgb(18,189,103); }
H1.HeaderClassName
{
color: #12BD67;
}
.AnyTagClassName
{
color: #12BD67;
}
</style>
background-color css
<style>
a { background-color: #12BD67; }
a { background-color: rgb(18,189,103); }
div.DivClassName
{
background-color: #12BD67;
}
.BgClassName
{
background-color: #12BD67;
}
</style>
border-color css
<style>
span { border-color: #12BD67; }
span { border-color: rgb(18,189,103); }
td.TdClassName
{
border-color: #12BD67;
}
.TagClassName
{
border-color: #12BD67;
}
</style>