Shades of Shamrock #28C99A
Tints of Shamrock #28C99A
RGB
CMYK
RGB Variations
Color information
#28C99A (or 0x28C99A) is known color: Shamrock. HEX triplet: 28, C9 and 9A. RGB value is (40,201,154). Sum of RGB (Red+Green+Blue) = 40+201+154=395 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.13% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #28C99A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C99A is #D73665. Grayscale: #939393. Windows color (decimal): -14104166 or 10144040. OLE color: 10144040.
HSL color Cylindrical-coordinate representation of color #28C99A: hue angle of 162.48º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C99A is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 201 | 154 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.21 |
| HSL | 162.48º | 0.67% | 0.47% | - |
| HSV(B) | 162.48º | 0.8% | 0.79% | - |
| XYZ | 27.59 | 44.56 | 37.72 | - |
| YUV | 147.5 | 131.66 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 201 | 154 | 0.80 | 0 | 0.23 | 0.21 | 162.48 | 0.67 | 0.47 |
| Hex | 28 | C9 | 9A | 50 | 0 | 17 | 15 | A2 | 43 | 2F |
| Octal | 50 | 311 | 232 | 120 | 0 | 27 | 25 | 242 | 103 | 57 |
| Binary | 101000 | 11001001 | 10011010 | 1010000 | 0 | 10111 | 10101 | 10100010 | 1000011 | 101111 |
Color Harmonies of #28C99A
Complementary color
Monochromatic Colors of #28C99A
Black with #28C99A
Text Example
Text Example
White with #28C99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C99A; }
p { color: rgb(40,201,154); }
H1.HeaderClassName
{
color: #28C99A;
}
.AnyTagClassName
{
color: #28C99A;
}
</style>
background-color css
<style>
a { background-color: #28C99A; }
a { background-color: rgb(40,201,154); }
div.DivClassName
{
background-color: #28C99A;
}
.BgClassName
{
background-color: #28C99A;
}
</style>
border-color css
<style>
span { border-color: #28C99A; }
span { border-color: rgb(40,201,154); }
td.TdClassName
{
border-color: #28C99A;
}
.TagClassName
{
border-color: #28C99A;
}
</style>