Shades of Jade #12BB69
Tints of Jade #12BB69
RGB
CMYK
RGB Variations
Color information
#12BB69 (or 0x12BB69) is known color: Jade. HEX triplet: 12, BB and 69. RGB value is (18,187,105). Sum of RGB (Red+Green+Blue) = 18+187+105=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 187 (73.44% from 255 or 60.32% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 187 - color contains mainly: green. Hex color #12BB69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BB69 is #ED4496. Grayscale: #7F7F7F. Windows color (decimal): -15549591 or 6929170. OLE color: 6929170.
HSL color Cylindrical-coordinate representation of color #12BB69: hue angle of 150.89º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BB69 is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 187 | 105 | - |
| CMYK | 0.90 | 0 | 0.44 | 0.27 |
| HSL | 150.89º | 0.82% | 0.4% | - |
| HSV(B) | 150.89º | 0.9% | 0.73% | - |
| XYZ | 20.57 | 36.69 | 19.36 | - |
| YUV | 127.12 | 115.51 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 187 | 105 | 0.90 | 0 | 0.44 | 0.27 | 150.89 | 0.82 | 0.4 |
| Hex | 12 | BB | 69 | 5A | 0 | 2C | 1B | 97 | 52 | 28 |
| Octal | 22 | 273 | 151 | 132 | 0 | 54 | 33 | 227 | 122 | 50 |
| Binary | 10010 | 10111011 | 1101001 | 1011010 | 0 | 101100 | 11011 | 10010111 | 1010010 | 101000 |
Color Harmonies of #12BB69
Complementary color
Monochromatic Colors of #12BB69
Black with #12BB69
Text Example
Text Example
White with #12BB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BB69; }
p { color: rgb(18,187,105); }
H1.HeaderClassName
{
color: #12BB69;
}
.AnyTagClassName
{
color: #12BB69;
}
</style>
background-color css
<style>
a { background-color: #12BB69; }
a { background-color: rgb(18,187,105); }
div.DivClassName
{
background-color: #12BB69;
}
.BgClassName
{
background-color: #12BB69;
}
</style>
border-color css
<style>
span { border-color: #12BB69; }
span { border-color: rgb(18,187,105); }
td.TdClassName
{
border-color: #12BB69;
}
.TagClassName
{
border-color: #12BB69;
}
</style>