Shades of Shamrock Green #018B53
Tints of Shamrock Green #018B53
RGB
CMYK
RGB Variations
Color information
#018B53 (or 0x018B53) is known color: Shamrock Green. HEX triplet: 01, 8B and 53. RGB value is (1,139,83). Sum of RGB (Red+Green+Blue) = 1+139+83=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 139 (54.69% from 255 or 62.33% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 139 - color contains mainly: green. Hex color #018B53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018B53 is #FE74AC. Grayscale: #5B5B5B. Windows color (decimal): -16676013 or 5475073. OLE color: 5475073.
HSL color Cylindrical-coordinate representation of color #018B53: hue angle of 155.65º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018B53 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 139 | 83 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.45 |
| HSL | 155.65º | 0.99% | 0.27% | - |
| HSV(B) | 155.65º | 0.99% | 0.55% | - |
| XYZ | 10.81 | 19.1 | 11.3 | - |
| YUV | 91.35 | 123.28 | 63.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 83 | 0.99 | 0 | 0.40 | 0.45 | 155.65 | 0.99 | 0.27 |
| Hex | 1 | 8B | 53 | 63 | 0 | 28 | 2D | 9C | 63 | 1B |
| Octal | 1 | 213 | 123 | 143 | 0 | 50 | 55 | 234 | 143 | 33 |
| Binary | 1 | 10001011 | 1010011 | 1100011 | 0 | 101000 | 101101 | 10011100 | 1100011 | 11011 |
Color Harmonies of #018B53
Complementary color
Monochromatic Colors of #018B53
Black with #018B53
Text Example
Text Example
White with #018B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B53; }
p { color: rgb(1,139,83); }
H1.HeaderClassName
{
color: #018B53;
}
.AnyTagClassName
{
color: #018B53;
}
</style>
background-color css
<style>
a { background-color: #018B53; }
a { background-color: rgb(1,139,83); }
div.DivClassName
{
background-color: #018B53;
}
.BgClassName
{
background-color: #018B53;
}
</style>
border-color css
<style>
span { border-color: #018B53; }
span { border-color: rgb(1,139,83); }
td.TdClassName
{
border-color: #018B53;
}
.TagClassName
{
border-color: #018B53;
}
</style>