Shades of Jade #12B272
Tints of Jade #12B272
RGB
CMYK
RGB Variations
Color information
#12B272 (or 0x12B272) is known color: Jade. HEX triplet: 12, B2 and 72. RGB value is (18,178,114). Sum of RGB (Red+Green+Blue) = 18+178+114=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 178 (69.92% from 255 or 57.42% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 178 - color contains mainly: green. Hex color #12B272 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B272 is #ED4D8D. Grayscale: #7A7A7A. Windows color (decimal): -15551886 or 7516690. OLE color: 7516690.
HSL color Cylindrical-coordinate representation of color #12B272: hue angle of 156º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B272 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 178 | 114 | - |
| CMYK | 0.90 | 0 | 0.36 | 0.30 |
| HSL | 156º | 0.82% | 0.38% | - |
| HSV(B) | 156º | 0.9% | 0.7% | - |
| XYZ | 19.21 | 33.18 | 21.31 | - |
| YUV | 122.86 | 122.99 | 53.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 178 | 114 | 0.90 | 0 | 0.36 | 0.30 | 156 | 0.82 | 0.38 |
| Hex | 12 | B2 | 72 | 5A | 0 | 24 | 1E | 9C | 52 | 26 |
| Octal | 22 | 262 | 162 | 132 | 0 | 44 | 36 | 234 | 122 | 46 |
| Binary | 10010 | 10110010 | 1110010 | 1011010 | 0 | 100100 | 11110 | 10011100 | 1010010 | 100110 |
Color Harmonies of #12B272
Complementary color
Monochromatic Colors of #12B272
Black with #12B272
Text Example
Text Example
White with #12B272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B272; }
p { color: rgb(18,178,114); }
H1.HeaderClassName
{
color: #12B272;
}
.AnyTagClassName
{
color: #12B272;
}
</style>
background-color css
<style>
a { background-color: #12B272; }
a { background-color: rgb(18,178,114); }
div.DivClassName
{
background-color: #12B272;
}
.BgClassName
{
background-color: #12B272;
}
</style>
border-color css
<style>
span { border-color: #12B272; }
span { border-color: rgb(18,178,114); }
td.TdClassName
{
border-color: #12B272;
}
.TagClassName
{
border-color: #12B272;
}
</style>