Shades of Jade #12B06C
Tints of Jade #12B06C
RGB
CMYK
RGB Variations
Color information
#12B06C (or 0x12B06C) is known color: Jade. HEX triplet: 12, B0 and 6C. RGB value is (18,176,108). Sum of RGB (Red+Green+Blue) = 18+176+108=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 176 (69.14% from 255 or 58.28% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 176 - color contains mainly: green. Hex color #12B06C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B06C is #ED4F93. Grayscale: #797979. Windows color (decimal): -15552404 or 7122962. OLE color: 7122962.
HSL color Cylindrical-coordinate representation of color #12B06C: hue angle of 154.18º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B06C is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 176 | 108 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.31 |
| HSL | 154.18º | 0.81% | 0.38% | - |
| HSV(B) | 154.18º | 0.9% | 0.69% | - |
| XYZ | 18.48 | 32.26 | 19.44 | - |
| YUV | 121.01 | 120.65 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 176 | 108 | 0.90 | 0 | 0.39 | 0.31 | 154.18 | 0.81 | 0.38 |
| Hex | 12 | B0 | 6C | 5A | 0 | 27 | 1F | 9A | 51 | 26 |
| Octal | 22 | 260 | 154 | 132 | 0 | 47 | 37 | 232 | 121 | 46 |
| Binary | 10010 | 10110000 | 1101100 | 1011010 | 0 | 100111 | 11111 | 10011010 | 1010001 | 100110 |
Color Harmonies of #12B06C
Complementary color
Monochromatic Colors of #12B06C
Black with #12B06C
Text Example
Text Example
White with #12B06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B06C; }
p { color: rgb(18,176,108); }
H1.HeaderClassName
{
color: #12B06C;
}
.AnyTagClassName
{
color: #12B06C;
}
</style>
background-color css
<style>
a { background-color: #12B06C; }
a { background-color: rgb(18,176,108); }
div.DivClassName
{
background-color: #12B06C;
}
.BgClassName
{
background-color: #12B06C;
}
</style>
border-color css
<style>
span { border-color: #12B06C; }
span { border-color: rgb(18,176,108); }
td.TdClassName
{
border-color: #12B06C;
}
.TagClassName
{
border-color: #12B06C;
}
</style>