Shades of Shamrock #30F1A8
Tints of Shamrock #30F1A8
RGB
CMYK
RGB Variations
Color information
#30F1A8 (or 0x30F1A8) is known color: Shamrock. HEX triplet: 30, F1 and A8. RGB value is (48,241,168). Sum of RGB (Red+Green+Blue) = 48+241+168=457 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.50% from 457); Green value is 241 (94.53% from 255 or 52.74% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 241 - color contains mainly: green. Hex color #30F1A8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F1A8 is #CF0E57. Grayscale: #AFAFAF. Windows color (decimal): -13569624 or 11071792. OLE color: 11071792.
HSL color Cylindrical-coordinate representation of color #30F1A8: hue angle of 157.31º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F1A8 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 241 | 168 | - |
| CMYK | 0.80 | 0 | 0.30 | 0.05 |
| HSL | 157.31º | 0.87% | 0.57% | - |
| HSV(B) | 157.31º | 0.8% | 0.95% | - |
| XYZ | 39.74 | 66.37 | 47.76 | - |
| YUV | 174.97 | 124.06 | 37.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 241 | 168 | 0.80 | 0 | 0.30 | 0.05 | 157.31 | 0.87 | 0.57 |
| Hex | 30 | F1 | A8 | 50 | 0 | 1E | 5 | 9D | 57 | 39 |
| Octal | 60 | 361 | 250 | 120 | 0 | 36 | 5 | 235 | 127 | 71 |
| Binary | 110000 | 11110001 | 10101000 | 1010000 | 0 | 11110 | 101 | 10011101 | 1010111 | 111001 |
Color Harmonies of #30F1A8
Complementary color
Monochromatic Colors of #30F1A8
Black with #30F1A8
Text Example
Text Example
White with #30F1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F1A8; }
p { color: rgb(48,241,168); }
H1.HeaderClassName
{
color: #30F1A8;
}
.AnyTagClassName
{
color: #30F1A8;
}
</style>
background-color css
<style>
a { background-color: #30F1A8; }
a { background-color: rgb(48,241,168); }
div.DivClassName
{
background-color: #30F1A8;
}
.BgClassName
{
background-color: #30F1A8;
}
</style>
border-color css
<style>
span { border-color: #30F1A8; }
span { border-color: rgb(48,241,168); }
td.TdClassName
{
border-color: #30F1A8;
}
.TagClassName
{
border-color: #30F1A8;
}
</style>