Shades of Shamrock #30C09A
Tints of Shamrock #30C09A
RGB
CMYK
RGB Variations
Color information
#30C09A (or 0x30C09A) is known color: Shamrock. HEX triplet: 30, C0 and 9A. RGB value is (48,192,154). Sum of RGB (Red+Green+Blue) = 48+192+154=394 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.18% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #30C09A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C09A is #CF3F65. Grayscale: #909090. Windows color (decimal): -13582182 or 10141744. OLE color: 10141744.
HSL color Cylindrical-coordinate representation of color #30C09A: hue angle of 164.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C09A is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 192 | 154 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.25 |
| HSL | 164.17º | 0.6% | 0.47% | - |
| HSV(B) | 164.17º | 0.75% | 0.75% | - |
| XYZ | 25.9 | 40.66 | 37.06 | - |
| YUV | 144.61 | 133.29 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 192 | 154 | 0.75 | 0 | 0.20 | 0.25 | 164.17 | 0.6 | 0.47 |
| Hex | 30 | C0 | 9A | 4B | 0 | 14 | 19 | A4 | 3C | 2F |
| Octal | 60 | 300 | 232 | 113 | 0 | 24 | 31 | 244 | 74 | 57 |
| Binary | 110000 | 11000000 | 10011010 | 1001011 | 0 | 10100 | 11001 | 10100100 | 111100 | 101111 |
Color Harmonies of #30C09A
Complementary color
Monochromatic Colors of #30C09A
Black with #30C09A
Text Example
Text Example
White with #30C09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C09A; }
p { color: rgb(48,192,154); }
H1.HeaderClassName
{
color: #30C09A;
}
.AnyTagClassName
{
color: #30C09A;
}
</style>
background-color css
<style>
a { background-color: #30C09A; }
a { background-color: rgb(48,192,154); }
div.DivClassName
{
background-color: #30C09A;
}
.BgClassName
{
background-color: #30C09A;
}
</style>
border-color css
<style>
span { border-color: #30C09A; }
span { border-color: rgb(48,192,154); }
td.TdClassName
{
border-color: #30C09A;
}
.TagClassName
{
border-color: #30C09A;
}
</style>