Shades of Jewel #126E46
Tints of Jewel #126E46
RGB
CMYK
RGB Variations
Color information
#126E46 (or 0x126E46) is known color: Jewel. HEX triplet: 12, 6E and 46. RGB value is (18,110,70). Sum of RGB (Red+Green+Blue) = 18+110+70=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 110 (43.36% from 255 or 55.56% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 110 - color contains mainly: green. Hex color #126E46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126E46 is #ED91B9. Grayscale: #4E4E4E. Windows color (decimal): -15569338 or 4615698. OLE color: 4615698.
HSL color Cylindrical-coordinate representation of color #126E46: hue angle of 153.91º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126E46 is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 110 | 70 | - |
| CMYK | 0.84 | 0 | 0.36 | 0.57 |
| HSL | 153.91º | 0.72% | 0.25% | - |
| HSV(B) | 153.91º | 0.84% | 0.43% | - |
| XYZ | 6.93 | 11.72 | 7.69 | - |
| YUV | 77.93 | 123.52 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 110 | 70 | 0.84 | 0 | 0.36 | 0.57 | 153.91 | 0.72 | 0.25 |
| Hex | 12 | 6E | 46 | 54 | 0 | 24 | 39 | 9A | 48 | 19 |
| Octal | 22 | 156 | 106 | 124 | 0 | 44 | 71 | 232 | 110 | 31 |
| Binary | 10010 | 1101110 | 1000110 | 1010100 | 0 | 100100 | 111001 | 10011010 | 1001000 | 11001 |
Color Harmonies of #126E46
Complementary color
Monochromatic Colors of #126E46
Black with #126E46
Text Example
Text Example
White with #126E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126E46; }
p { color: rgb(18,110,70); }
H1.HeaderClassName
{
color: #126E46;
}
.AnyTagClassName
{
color: #126E46;
}
</style>
background-color css
<style>
a { background-color: #126E46; }
a { background-color: rgb(18,110,70); }
div.DivClassName
{
background-color: #126E46;
}
.BgClassName
{
background-color: #126E46;
}
</style>
border-color css
<style>
span { border-color: #126E46; }
span { border-color: rgb(18,110,70); }
td.TdClassName
{
border-color: #126E46;
}
.TagClassName
{
border-color: #126E46;
}
</style>