Shades of Shamrock #30CF9A
Tints of Shamrock #30CF9A
RGB
CMYK
RGB Variations
Color information
#30CF9A (or 0x30CF9A) is known color: Shamrock. HEX triplet: 30, CF and 9A. RGB value is (48,207,154). Sum of RGB (Red+Green+Blue) = 48+207+154=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #30CF9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CF9A is #CF3065. Grayscale: #999999. Windows color (decimal): -13578342 or 10145584. OLE color: 10145584.
HSL color Cylindrical-coordinate representation of color #30CF9A: hue angle of 160º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CF9A is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 207 | 154 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.19 |
| HSL | 160º | 0.62% | 0.5% | - |
| HSV(B) | 160º | 0.77% | 0.81% | - |
| XYZ | 29.36 | 47.59 | 38.21 | - |
| YUV | 153.42 | 128.32 | 52.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 207 | 154 | 0.77 | 0 | 0.26 | 0.19 | 160 | 0.62 | 0.5 |
| Hex | 30 | CF | 9A | 4D | 0 | 1A | 13 | A0 | 3E | 32 |
| Octal | 60 | 317 | 232 | 115 | 0 | 32 | 23 | 240 | 76 | 62 |
| Binary | 110000 | 11001111 | 10011010 | 1001101 | 0 | 11010 | 10011 | 10100000 | 111110 | 110010 |
Color Harmonies of #30CF9A
Complementary color
Monochromatic Colors of #30CF9A
Black with #30CF9A
Text Example
Text Example
White with #30CF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CF9A; }
p { color: rgb(48,207,154); }
H1.HeaderClassName
{
color: #30CF9A;
}
.AnyTagClassName
{
color: #30CF9A;
}
</style>
background-color css
<style>
a { background-color: #30CF9A; }
a { background-color: rgb(48,207,154); }
div.DivClassName
{
background-color: #30CF9A;
}
.BgClassName
{
background-color: #30CF9A;
}
</style>
border-color css
<style>
span { border-color: #30CF9A; }
span { border-color: rgb(48,207,154); }
td.TdClassName
{
border-color: #30CF9A;
}
.TagClassName
{
border-color: #30CF9A;
}
</style>