Shades of Jade #12BE6B
Tints of Jade #12BE6B
RGB
CMYK
RGB Variations
Color information
#12BE6B (or 0x12BE6B) is known color: Jade. HEX triplet: 12, BE and 6B. RGB value is (18,190,107). Sum of RGB (Red+Green+Blue) = 18+190+107=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 190 (74.61% from 255 or 60.32% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 190 - color contains mainly: green. Hex color #12BE6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BE6B is #ED4194. Grayscale: #818181. Windows color (decimal): -15548821 or 7061010. OLE color: 7061010.
HSL color Cylindrical-coordinate representation of color #12BE6B: hue angle of 151.05º 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 #12BE6B is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 190 | 107 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.25 |
| HSL | 151.05º | 0.83% | 0.41% | - |
| HSV(B) | 151.05º | 0.91% | 0.75% | - |
| XYZ | 21.32 | 38.02 | 20.12 | - |
| YUV | 129.11 | 115.52 | 48.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 190 | 107 | 0.91 | 0 | 0.44 | 0.25 | 151.05 | 0.83 | 0.41 |
| Hex | 12 | BE | 6B | 5B | 0 | 2C | 19 | 97 | 53 | 29 |
| Octal | 22 | 276 | 153 | 133 | 0 | 54 | 31 | 227 | 123 | 51 |
| Binary | 10010 | 10111110 | 1101011 | 1011011 | 0 | 101100 | 11001 | 10010111 | 1010011 | 101001 |
Color Harmonies of #12BE6B
Complementary color
Monochromatic Colors of #12BE6B
Black with #12BE6B
Text Example
Text Example
White with #12BE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BE6B; }
p { color: rgb(18,190,107); }
H1.HeaderClassName
{
color: #12BE6B;
}
.AnyTagClassName
{
color: #12BE6B;
}
</style>
background-color css
<style>
a { background-color: #12BE6B; }
a { background-color: rgb(18,190,107); }
div.DivClassName
{
background-color: #12BE6B;
}
.BgClassName
{
background-color: #12BE6B;
}
</style>
border-color css
<style>
span { border-color: #12BE6B; }
span { border-color: rgb(18,190,107); }
td.TdClassName
{
border-color: #12BE6B;
}
.TagClassName
{
border-color: #12BE6B;
}
</style>