Shades of Salem #018A40
Tints of Salem #018A40
RGB
CMYK
RGB Variations
Color information
#018A40 (or 0x018A40) is known color: Salem. HEX triplet: 01, 8A and 40. RGB value is (1,138,64). Sum of RGB (Red+Green+Blue) = 1+138+64=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 138 (54.30% from 255 or 67.98% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 138 - color contains mainly: green. Hex color #018A40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A40 is #FE75BF. Grayscale: #585858. Windows color (decimal): -16676288 or 4229633. OLE color: 4229633.
HSL color Cylindrical-coordinate representation of color #018A40: hue angle of 147.59º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018A40 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 64 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.46 |
| HSL | 147.59º | 0.99% | 0.27% | - |
| HSV(B) | 147.59º | 0.99% | 0.54% | - |
| XYZ | 10.03 | 18.55 | 7.9 | - |
| YUV | 88.6 | 114.11 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 64 | 0.99 | 0 | 0.54 | 0.46 | 147.59 | 0.99 | 0.27 |
| Hex | 1 | 8A | 40 | 63 | 0 | 36 | 2E | 94 | 63 | 1B |
| Octal | 1 | 212 | 100 | 143 | 0 | 66 | 56 | 224 | 143 | 33 |
| Binary | 1 | 10001010 | 1000000 | 1100011 | 0 | 110110 | 101110 | 10010100 | 1100011 | 11011 |
Color Harmonies of #018A40
Complementary color
Monochromatic Colors of #018A40
Black with #018A40
Text Example
Text Example
White with #018A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A40; }
p { color: rgb(1,138,64); }
H1.HeaderClassName
{
color: #018A40;
}
.AnyTagClassName
{
color: #018A40;
}
</style>
background-color css
<style>
a { background-color: #018A40; }
a { background-color: rgb(1,138,64); }
div.DivClassName
{
background-color: #018A40;
}
.BgClassName
{
background-color: #018A40;
}
</style>
border-color css
<style>
span { border-color: #018A40; }
span { border-color: rgb(1,138,64); }
td.TdClassName
{
border-color: #018A40;
}
.TagClassName
{
border-color: #018A40;
}
</style>