Shades of Jade #12B26C
Tints of Jade #12B26C
RGB
CMYK
RGB Variations
Color information
#12B26C (or 0x12B26C) is known color: Jade. HEX triplet: 12, B2 and 6C. RGB value is (18,178,108). Sum of RGB (Red+Green+Blue) = 18+178+108=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 178 (69.92% from 255 or 58.55% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 178 - color contains mainly: green. Hex color #12B26C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B26C is #ED4D93. Grayscale: #7A7A7A. Windows color (decimal): -15551892 or 7123474. OLE color: 7123474.
HSL color Cylindrical-coordinate representation of color #12B26C: hue angle of 153.75º 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 #12B26C is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 178 | 108 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.30 |
| HSL | 153.75º | 0.82% | 0.38% | - |
| HSV(B) | 153.75º | 0.9% | 0.7% | - |
| XYZ | 18.88 | 33.05 | 19.57 | - |
| YUV | 122.18 | 119.99 | 53.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 178 | 108 | 0.90 | 0 | 0.39 | 0.30 | 153.75 | 0.82 | 0.38 |
| Hex | 12 | B2 | 6C | 5A | 0 | 27 | 1E | 9A | 52 | 26 |
| Octal | 22 | 262 | 154 | 132 | 0 | 47 | 36 | 232 | 122 | 46 |
| Binary | 10010 | 10110010 | 1101100 | 1011010 | 0 | 100111 | 11110 | 10011010 | 1010010 | 100110 |
Color Harmonies of #12B26C
Complementary color
Monochromatic Colors of #12B26C
Black with #12B26C
Text Example
Text Example
White with #12B26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B26C; }
p { color: rgb(18,178,108); }
H1.HeaderClassName
{
color: #12B26C;
}
.AnyTagClassName
{
color: #12B26C;
}
</style>
background-color css
<style>
a { background-color: #12B26C; }
a { background-color: rgb(18,178,108); }
div.DivClassName
{
background-color: #12B26C;
}
.BgClassName
{
background-color: #12B26C;
}
</style>
border-color css
<style>
span { border-color: #12B26C; }
span { border-color: rgb(18,178,108); }
td.TdClassName
{
border-color: #12B26C;
}
.TagClassName
{
border-color: #12B26C;
}
</style>