Shades of Shamrock #28CC98
Tints of Shamrock #28CC98
RGB
CMYK
RGB Variations
Color information
#28CC98 (or 0x28CC98) is known color: Shamrock. HEX triplet: 28, CC and 98. RGB value is (40,204,152). Sum of RGB (Red+Green+Blue) = 40+204+152=396 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.10% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #28CC98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28CC98 is #D73367. Grayscale: #959595. Windows color (decimal): -14103400 or 10013736. OLE color: 10013736.
HSL color Cylindrical-coordinate representation of color #28CC98: hue angle of 160.98º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CC98 is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 204 | 152 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.2 |
| HSL | 160.98º | 0.67% | 0.48% | - |
| HSV(B) | 160.98º | 0.8% | 0.8% | - |
| XYZ | 28.14 | 45.9 | 37.08 | - |
| YUV | 149.04 | 129.67 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 204 | 152 | 0.80 | 0 | 0.25 | 0.2 | 160.98 | 0.67 | 0.48 |
| Hex | 28 | CC | 98 | 50 | 0 | 19 | 14 | A1 | 43 | 30 |
| Octal | 50 | 314 | 230 | 120 | 0 | 31 | 24 | 241 | 103 | 60 |
| Binary | 101000 | 11001100 | 10011000 | 1010000 | 0 | 11001 | 10100 | 10100001 | 1000011 | 110000 |
Color Harmonies of #28CC98
Complementary color
Monochromatic Colors of #28CC98
Black with #28CC98
Text Example
Text Example
White with #28CC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CC98; }
p { color: rgb(40,204,152); }
H1.HeaderClassName
{
color: #28CC98;
}
.AnyTagClassName
{
color: #28CC98;
}
</style>
background-color css
<style>
a { background-color: #28CC98; }
a { background-color: rgb(40,204,152); }
div.DivClassName
{
background-color: #28CC98;
}
.BgClassName
{
background-color: #28CC98;
}
</style>
border-color css
<style>
span { border-color: #28CC98; }
span { border-color: rgb(40,204,152); }
td.TdClassName
{
border-color: #28CC98;
}
.TagClassName
{
border-color: #28CC98;
}
</style>