Shades of Jade #12BC66
Tints of Jade #12BC66
RGB
CMYK
RGB Variations
Color information
#12BC66 (or 0x12BC66) is known color: Jade. HEX triplet: 12, BC and 66. RGB value is (18,188,102). Sum of RGB (Red+Green+Blue) = 18+188+102=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BC66 is #ED4399. Grayscale: #7F7F7F. Windows color (decimal): -15549338 or 6732818. OLE color: 6732818.
HSL color Cylindrical-coordinate representation of color #12BC66: hue angle of 149.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BC66 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 188 | 102 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.26 |
| HSL | 149.65º | 0.83% | 0.4% | - |
| HSV(B) | 149.65º | 0.9% | 0.74% | - |
| XYZ | 20.63 | 37.05 | 18.64 | - |
| YUV | 127.37 | 113.68 | 49.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 188 | 102 | 0.90 | 0 | 0.46 | 0.26 | 149.65 | 0.83 | 0.4 |
| Hex | 12 | BC | 66 | 5A | 0 | 2E | 1A | 96 | 53 | 28 |
| Octal | 22 | 274 | 146 | 132 | 0 | 56 | 32 | 226 | 123 | 50 |
| Binary | 10010 | 10111100 | 1100110 | 1011010 | 0 | 101110 | 11010 | 10010110 | 1010011 | 101000 |
Color Harmonies of #12BC66
Complementary color
Monochromatic Colors of #12BC66
Black with #12BC66
Text Example
Text Example
White with #12BC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BC66; }
p { color: rgb(18,188,102); }
H1.HeaderClassName
{
color: #12BC66;
}
.AnyTagClassName
{
color: #12BC66;
}
</style>
background-color css
<style>
a { background-color: #12BC66; }
a { background-color: rgb(18,188,102); }
div.DivClassName
{
background-color: #12BC66;
}
.BgClassName
{
background-color: #12BC66;
}
</style>
border-color css
<style>
span { border-color: #12BC66; }
span { border-color: rgb(18,188,102); }
td.TdClassName
{
border-color: #12BC66;
}
.TagClassName
{
border-color: #12BC66;
}
</style>