Shades of Jade #12B369
Tints of Jade #12B369
RGB
CMYK
RGB Variations
Color information
#12B369 (or 0x12B369) is known color: Jade. HEX triplet: 12, B3 and 69. RGB value is (18,179,105). Sum of RGB (Red+Green+Blue) = 18+179+105=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 179 (70.31% from 255 or 59.27% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 179 - color contains mainly: green. Hex color #12B369 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B369 is #ED4C96. Grayscale: #7A7A7A. Windows color (decimal): -15551639 or 6927122. OLE color: 6927122.
HSL color Cylindrical-coordinate representation of color #12B369: hue angle of 152.42º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B369 is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 179 | 105 | - |
| CMYK | 0.90 | 0 | 0.41 | 0.30 |
| HSL | 152.42º | 0.82% | 0.39% | - |
| HSV(B) | 152.42º | 0.9% | 0.7% | - |
| XYZ | 18.92 | 33.39 | 18.81 | - |
| YUV | 122.43 | 118.16 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 179 | 105 | 0.90 | 0 | 0.41 | 0.30 | 152.42 | 0.82 | 0.39 |
| Hex | 12 | B3 | 69 | 5A | 0 | 29 | 1E | 98 | 52 | 27 |
| Octal | 22 | 263 | 151 | 132 | 0 | 51 | 36 | 230 | 122 | 47 |
| Binary | 10010 | 10110011 | 1101001 | 1011010 | 0 | 101001 | 11110 | 10011000 | 1010010 | 100111 |
Color Harmonies of #12B369
Complementary color
Monochromatic Colors of #12B369
Black with #12B369
Text Example
Text Example
White with #12B369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B369; }
p { color: rgb(18,179,105); }
H1.HeaderClassName
{
color: #12B369;
}
.AnyTagClassName
{
color: #12B369;
}
</style>
background-color css
<style>
a { background-color: #12B369; }
a { background-color: rgb(18,179,105); }
div.DivClassName
{
background-color: #12B369;
}
.BgClassName
{
background-color: #12B369;
}
</style>
border-color css
<style>
span { border-color: #12B369; }
span { border-color: rgb(18,179,105); }
td.TdClassName
{
border-color: #12B369;
}
.TagClassName
{
border-color: #12B369;
}
</style>