Shades of Jade #12BF6B
Tints of Jade #12BF6B
RGB
CMYK
RGB Variations
Color information
#12BF6B (or 0x12BF6B) is known color: Jade. HEX triplet: 12, BF and 6B. RGB value is (18,191,107). Sum of RGB (Red+Green+Blue) = 18+191+107=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 191 (75% from 255 or 60.44% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BF6B is #ED4094. Grayscale: #818181. Windows color (decimal): -15548565 or 7061266. OLE color: 7061266.
HSL color Cylindrical-coordinate representation of color #12BF6B: hue angle of 150.87º 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 #12BF6B is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 191 | 107 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.25 |
| HSL | 150.87º | 0.83% | 0.41% | - |
| HSV(B) | 150.87º | 0.91% | 0.75% | - |
| XYZ | 21.53 | 38.45 | 20.2 | - |
| YUV | 129.7 | 115.19 | 48.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 107 | 0.91 | 0 | 0.44 | 0.25 | 150.87 | 0.83 | 0.41 |
| Hex | 12 | BF | 6B | 5B | 0 | 2C | 19 | 97 | 53 | 29 |
| Octal | 22 | 277 | 153 | 133 | 0 | 54 | 31 | 227 | 123 | 51 |
| Binary | 10010 | 10111111 | 1101011 | 1011011 | 0 | 101100 | 11001 | 10010111 | 1010011 | 101001 |
Color Harmonies of #12BF6B
Complementary color
Monochromatic Colors of #12BF6B
Black with #12BF6B
Text Example
Text Example
White with #12BF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BF6B; }
p { color: rgb(18,191,107); }
H1.HeaderClassName
{
color: #12BF6B;
}
.AnyTagClassName
{
color: #12BF6B;
}
</style>
background-color css
<style>
a { background-color: #12BF6B; }
a { background-color: rgb(18,191,107); }
div.DivClassName
{
background-color: #12BF6B;
}
.BgClassName
{
background-color: #12BF6B;
}
</style>
border-color css
<style>
span { border-color: #12BF6B; }
span { border-color: rgb(18,191,107); }
td.TdClassName
{
border-color: #12BF6B;
}
.TagClassName
{
border-color: #12BF6B;
}
</style>