Shades of Shamrock Green #018A52
Tints of Shamrock Green #018A52
RGB
CMYK
RGB Variations
Color information
#018A52 (or 0x018A52) is known color: Shamrock Green. HEX triplet: 01, 8A and 52. RGB value is (1,138,82). Sum of RGB (Red+Green+Blue) = 1+138+82=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 138 (54.30% from 255 or 62.44% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 138 - color contains mainly: green. Hex color #018A52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018A52 is #FE75AD. Grayscale: #5A5A5A. Windows color (decimal): -16676270 or 5409281. OLE color: 5409281.
HSL color Cylindrical-coordinate representation of color #018A52: hue angle of 155.47º 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 #018A52 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 82 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.46 |
| HSL | 155.47º | 0.99% | 0.27% | - |
| HSV(B) | 155.47º | 0.99% | 0.54% | - |
| XYZ | 10.62 | 18.79 | 11.05 | - |
| YUV | 90.65 | 123.11 | 64.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 82 | 0.99 | 0 | 0.41 | 0.46 | 155.47 | 0.99 | 0.27 |
| Hex | 1 | 8A | 52 | 63 | 0 | 29 | 2E | 9B | 63 | 1B |
| Octal | 1 | 212 | 122 | 143 | 0 | 51 | 56 | 233 | 143 | 33 |
| Binary | 1 | 10001010 | 1010010 | 1100011 | 0 | 101001 | 101110 | 10011011 | 1100011 | 11011 |
Color Harmonies of #018A52
Complementary color
Monochromatic Colors of #018A52
Black with #018A52
Text Example
Text Example
White with #018A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A52; }
p { color: rgb(1,138,82); }
H1.HeaderClassName
{
color: #018A52;
}
.AnyTagClassName
{
color: #018A52;
}
</style>
background-color css
<style>
a { background-color: #018A52; }
a { background-color: rgb(1,138,82); }
div.DivClassName
{
background-color: #018A52;
}
.BgClassName
{
background-color: #018A52;
}
</style>
border-color css
<style>
span { border-color: #018A52; }
span { border-color: rgb(1,138,82); }
td.TdClassName
{
border-color: #018A52;
}
.TagClassName
{
border-color: #018A52;
}
</style>