Shades of Jewel #125D46
Tints of Jewel #125D46
RGB
CMYK
RGB Variations
Color information
#125D46 (or 0x125D46) is known color: Jewel. HEX triplet: 12, 5D and 46. RGB value is (18,93,70). Sum of RGB (Red+Green+Blue) = 18+93+70=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 93 (36.72% from 255 or 51.38% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 93 - color contains mainly: green. Hex color #125D46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125D46 is #EDA2B9. Grayscale: #434343. Windows color (decimal): -15573690 or 4611346. OLE color: 4611346.
HSL color Cylindrical-coordinate representation of color #125D46: hue angle of 161.6º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125D46 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 93 | 70 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.64 |
| HSL | 161.6º | 0.68% | 0.22% | - |
| HSV(B) | 161.6º | 0.81% | 0.36% | - |
| XYZ | 5.27 | 8.4 | 7.14 | - |
| YUV | 67.95 | 129.15 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 93 | 70 | 0.81 | 0 | 0.25 | 0.64 | 161.6 | 0.68 | 0.22 |
| Hex | 12 | 5D | 46 | 51 | 0 | 19 | 40 | A2 | 44 | 16 |
| Octal | 22 | 135 | 106 | 121 | 0 | 31 | 100 | 242 | 104 | 26 |
| Binary | 10010 | 1011101 | 1000110 | 1010001 | 0 | 11001 | 1000000 | 10100010 | 1000100 | 10110 |
Color Harmonies of #125D46
Complementary color
Monochromatic Colors of #125D46
Black with #125D46
Text Example
Text Example
White with #125D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125D46; }
p { color: rgb(18,93,70); }
H1.HeaderClassName
{
color: #125D46;
}
.AnyTagClassName
{
color: #125D46;
}
</style>
background-color css
<style>
a { background-color: #125D46; }
a { background-color: rgb(18,93,70); }
div.DivClassName
{
background-color: #125D46;
}
.BgClassName
{
background-color: #125D46;
}
</style>
border-color css
<style>
span { border-color: #125D46; }
span { border-color: rgb(18,93,70); }
td.TdClassName
{
border-color: #125D46;
}
.TagClassName
{
border-color: #125D46;
}
</style>