Shades of Shamrock #30E1A9
Tints of Shamrock #30E1A9
RGB
CMYK
RGB Variations
Color information
#30E1A9 (or 0x30E1A9) is known color: Shamrock. HEX triplet: 30, E1 and A9. RGB value is (48,225,169). Sum of RGB (Red+Green+Blue) = 48+225+169=442 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.86% from 442); Green value is 225 (88.28% from 255 or 50.90% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 225 - color contains mainly: green. Hex color #30E1A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30E1A9 is #CF1E56. Grayscale: #A5A5A5. Windows color (decimal): -13573719 or 11133232. OLE color: 11133232.
HSL color Cylindrical-coordinate representation of color #30E1A9: hue angle of 161.02º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E1A9 is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 225 | 169 | - |
| CMYK | 0.79 | 0 | 0.25 | 0.12 |
| HSL | 161.02º | 0.75% | 0.54% | - |
| HSV(B) | 161.02º | 0.79% | 0.88% | - |
| XYZ | 35.31 | 57.34 | 46.74 | - |
| YUV | 165.69 | 129.86 | 44.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 225 | 169 | 0.79 | 0 | 0.25 | 0.12 | 161.02 | 0.75 | 0.54 |
| Hex | 30 | E1 | A9 | 4F | 0 | 19 | C | A1 | 4B | 36 |
| Octal | 60 | 341 | 251 | 117 | 0 | 31 | 14 | 241 | 113 | 66 |
| Binary | 110000 | 11100001 | 10101001 | 1001111 | 0 | 11001 | 1100 | 10100001 | 1001011 | 110110 |
Color Harmonies of #30E1A9
Complementary color
Monochromatic Colors of #30E1A9
Black with #30E1A9
Text Example
Text Example
White with #30E1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E1A9; }
p { color: rgb(48,225,169); }
H1.HeaderClassName
{
color: #30E1A9;
}
.AnyTagClassName
{
color: #30E1A9;
}
</style>
background-color css
<style>
a { background-color: #30E1A9; }
a { background-color: rgb(48,225,169); }
div.DivClassName
{
background-color: #30E1A9;
}
.BgClassName
{
background-color: #30E1A9;
}
</style>
border-color css
<style>
span { border-color: #30E1A9; }
span { border-color: rgb(48,225,169); }
td.TdClassName
{
border-color: #30E1A9;
}
.TagClassName
{
border-color: #30E1A9;
}
</style>