Shades of Jade #12B564
Tints of Jade #12B564
RGB
CMYK
RGB Variations
Color information
#12B564 (or 0x12B564) is known color: Jade. HEX triplet: 12, B5 and 64. RGB value is (18,181,100). Sum of RGB (Red+Green+Blue) = 18+181+100=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 181 (71.09% from 255 or 60.54% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 181 - color contains mainly: green. Hex color #12B564 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B564 is #ED4A9B. Grayscale: #7B7B7B. Windows color (decimal): -15551132 or 6599954. OLE color: 6599954.
HSL color Cylindrical-coordinate representation of color #12B564: hue angle of 150.18º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B564 is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 181 | 100 | - |
| CMYK | 0.90 | 0 | 0.45 | 0.29 |
| HSL | 150.18º | 0.82% | 0.39% | - |
| HSV(B) | 150.18º | 0.9% | 0.71% | - |
| XYZ | 19.07 | 34.1 | 17.63 | - |
| YUV | 123.03 | 115 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 181 | 100 | 0.90 | 0 | 0.45 | 0.29 | 150.18 | 0.82 | 0.39 |
| Hex | 12 | B5 | 64 | 5A | 0 | 2D | 1D | 96 | 52 | 27 |
| Octal | 22 | 265 | 144 | 132 | 0 | 55 | 35 | 226 | 122 | 47 |
| Binary | 10010 | 10110101 | 1100100 | 1011010 | 0 | 101101 | 11101 | 10010110 | 1010010 | 100111 |
Color Harmonies of #12B564
Complementary color
Monochromatic Colors of #12B564
Black with #12B564
Text Example
Text Example
White with #12B564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B564; }
p { color: rgb(18,181,100); }
H1.HeaderClassName
{
color: #12B564;
}
.AnyTagClassName
{
color: #12B564;
}
</style>
background-color css
<style>
a { background-color: #12B564; }
a { background-color: rgb(18,181,100); }
div.DivClassName
{
background-color: #12B564;
}
.BgClassName
{
background-color: #12B564;
}
</style>
border-color css
<style>
span { border-color: #12B564; }
span { border-color: rgb(18,181,100); }
td.TdClassName
{
border-color: #12B564;
}
.TagClassName
{
border-color: #12B564;
}
</style>