Shades of Jade #12BD63
Tints of Jade #12BD63
RGB
CMYK
RGB Variations
Color information
#12BD63 (or 0x12BD63) is known color: Jade. HEX triplet: 12, BD and 63. RGB value is (18,189,99). Sum of RGB (Red+Green+Blue) = 18+189+99=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 189 (74.22% from 255 or 61.76% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BD63 is #ED429C. Grayscale: #7F7F7F. Windows color (decimal): -15549085 or 6536466. OLE color: 6536466.
HSL color Cylindrical-coordinate representation of color #12BD63: hue angle of 148.42º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BD63 is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 189 | 99 | - |
| CMYK | 0.90 | 0 | 0.48 | 0.26 |
| HSL | 148.42º | 0.83% | 0.41% | - |
| HSV(B) | 148.42º | 0.9% | 0.74% | - |
| XYZ | 20.7 | 37.42 | 17.94 | - |
| YUV | 127.61 | 111.85 | 49.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 99 | 0.90 | 0 | 0.48 | 0.26 | 148.42 | 0.83 | 0.41 |
| Hex | 12 | BD | 63 | 5A | 0 | 30 | 1A | 94 | 53 | 29 |
| Octal | 22 | 275 | 143 | 132 | 0 | 60 | 32 | 224 | 123 | 51 |
| Binary | 10010 | 10111101 | 1100011 | 1011010 | 0 | 110000 | 11010 | 10010100 | 1010011 | 101001 |
Color Harmonies of #12BD63
Complementary color
Monochromatic Colors of #12BD63
Black with #12BD63
Text Example
Text Example
White with #12BD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BD63; }
p { color: rgb(18,189,99); }
H1.HeaderClassName
{
color: #12BD63;
}
.AnyTagClassName
{
color: #12BD63;
}
</style>
background-color css
<style>
a { background-color: #12BD63; }
a { background-color: rgb(18,189,99); }
div.DivClassName
{
background-color: #12BD63;
}
.BgClassName
{
background-color: #12BD63;
}
</style>
border-color css
<style>
span { border-color: #12BD63; }
span { border-color: rgb(18,189,99); }
td.TdClassName
{
border-color: #12BD63;
}
.TagClassName
{
border-color: #12BD63;
}
</style>