Shades of Shamrock #48CF9A
Tints of Shamrock #48CF9A
RGB
CMYK
RGB Variations
Color information
#48CF9A (or 0x48CF9A) is known color: Shamrock. HEX triplet: 48, CF and 9A. RGB value is (72,207,154). Sum of RGB (Red+Green+Blue) = 72+207+154=433 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.63% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CF9A is #B73065. Grayscale: #A0A0A0. Windows color (decimal): -12005478 or 10145608. OLE color: 10145608.
HSL color Cylindrical-coordinate representation of color #48CF9A: hue angle of 156.44º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CF9A is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 207 | 154 | - |
| CMYK | 0.65 | 0 | 0.26 | 0.19 |
| HSL | 156.44º | 0.58% | 0.55% | - |
| HSV(B) | 156.44º | 0.65% | 0.81% | - |
| XYZ | 30.82 | 48.34 | 38.28 | - |
| YUV | 160.59 | 124.27 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 207 | 154 | 0.65 | 0 | 0.26 | 0.19 | 156.44 | 0.58 | 0.55 |
| Hex | 48 | CF | 9A | 41 | 0 | 1A | 13 | 9C | 3A | 37 |
| Octal | 110 | 317 | 232 | 101 | 0 | 32 | 23 | 234 | 72 | 67 |
| Binary | 1001000 | 11001111 | 10011010 | 1000001 | 0 | 11010 | 10011 | 10011100 | 111010 | 110111 |
Color Harmonies of #48CF9A
Complementary color
Monochromatic Colors of #48CF9A
Black with #48CF9A
Text Example
Text Example
White with #48CF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CF9A; }
p { color: rgb(72,207,154); }
H1.HeaderClassName
{
color: #48CF9A;
}
.AnyTagClassName
{
color: #48CF9A;
}
</style>
background-color css
<style>
a { background-color: #48CF9A; }
a { background-color: rgb(72,207,154); }
div.DivClassName
{
background-color: #48CF9A;
}
.BgClassName
{
background-color: #48CF9A;
}
</style>
border-color css
<style>
span { border-color: #48CF9A; }
span { border-color: rgb(72,207,154); }
td.TdClassName
{
border-color: #48CF9A;
}
.TagClassName
{
border-color: #48CF9A;
}
</style>