Shades of Jade #12B263
Tints of Jade #12B263
RGB
CMYK
RGB Variations
Color information
#12B263 (or 0x12B263) is known color: Jade. HEX triplet: 12, B2 and 63. RGB value is (18,178,99). Sum of RGB (Red+Green+Blue) = 18+178+99=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 178 (69.92% from 255 or 60.34% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 178 - color contains mainly: green. Hex color #12B263 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B263 is #ED4D9C. Grayscale: #797979. Windows color (decimal): -15551901 or 6533650. OLE color: 6533650.
HSL color Cylindrical-coordinate representation of color #12B263: hue angle of 150.38º 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 #12B263 is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 178 | 99 | - |
| CMYK | 0.90 | 0 | 0.44 | 0.30 |
| HSL | 150.38º | 0.82% | 0.38% | - |
| HSV(B) | 150.38º | 0.9% | 0.7% | - |
| XYZ | 18.42 | 32.87 | 17.18 | - |
| YUV | 121.15 | 115.49 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 178 | 99 | 0.90 | 0 | 0.44 | 0.30 | 150.38 | 0.82 | 0.38 |
| Hex | 12 | B2 | 63 | 5A | 0 | 2C | 1E | 96 | 52 | 26 |
| Octal | 22 | 262 | 143 | 132 | 0 | 54 | 36 | 226 | 122 | 46 |
| Binary | 10010 | 10110010 | 1100011 | 1011010 | 0 | 101100 | 11110 | 10010110 | 1010010 | 100110 |
Color Harmonies of #12B263
Complementary color
Monochromatic Colors of #12B263
Black with #12B263
Text Example
Text Example
White with #12B263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B263; }
p { color: rgb(18,178,99); }
H1.HeaderClassName
{
color: #12B263;
}
.AnyTagClassName
{
color: #12B263;
}
</style>
background-color css
<style>
a { background-color: #12B263; }
a { background-color: rgb(18,178,99); }
div.DivClassName
{
background-color: #12B263;
}
.BgClassName
{
background-color: #12B263;
}
</style>
border-color css
<style>
span { border-color: #12B263; }
span { border-color: rgb(18,178,99); }
td.TdClassName
{
border-color: #12B263;
}
.TagClassName
{
border-color: #12B263;
}
</style>