Shades of Jade #12BF68
Tints of Jade #12BF68
RGB
CMYK
RGB Variations
Color information
#12BF68 (or 0x12BF68) is known color: Jade. HEX triplet: 12, BF and 68. RGB value is (18,191,104). Sum of RGB (Red+Green+Blue) = 18+191+104=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 191 (75% from 255 or 61.02% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BF68 is #ED4097. Grayscale: #818181. Windows color (decimal): -15548568 or 6864658. OLE color: 6864658.
HSL color Cylindrical-coordinate representation of color #12BF68: hue angle of 149.83º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BF68 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 191 | 104 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.25 |
| HSL | 149.83º | 0.83% | 0.41% | - |
| HSV(B) | 149.83º | 0.91% | 0.75% | - |
| XYZ | 21.38 | 38.39 | 19.38 | - |
| YUV | 129.36 | 113.69 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 104 | 0.91 | 0 | 0.46 | 0.25 | 149.83 | 0.83 | 0.41 |
| Hex | 12 | BF | 68 | 5B | 0 | 2E | 19 | 96 | 53 | 29 |
| Octal | 22 | 277 | 150 | 133 | 0 | 56 | 31 | 226 | 123 | 51 |
| Binary | 10010 | 10111111 | 1101000 | 1011011 | 0 | 101110 | 11001 | 10010110 | 1010011 | 101001 |
Color Harmonies of #12BF68
Complementary color
Monochromatic Colors of #12BF68
Black with #12BF68
Text Example
Text Example
White with #12BF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BF68; }
p { color: rgb(18,191,104); }
H1.HeaderClassName
{
color: #12BF68;
}
.AnyTagClassName
{
color: #12BF68;
}
</style>
background-color css
<style>
a { background-color: #12BF68; }
a { background-color: rgb(18,191,104); }
div.DivClassName
{
background-color: #12BF68;
}
.BgClassName
{
background-color: #12BF68;
}
</style>
border-color css
<style>
span { border-color: #12BF68; }
span { border-color: rgb(18,191,104); }
td.TdClassName
{
border-color: #12BF68;
}
.TagClassName
{
border-color: #12BF68;
}
</style>