Shades of Shamrock #40E098
Tints of Shamrock #40E098
RGB
CMYK
RGB Variations
Color information
#40E098 (or 0x40E098) is known color: Shamrock. HEX triplet: 40, E0 and 98. RGB value is (64,224,152). Sum of RGB (Red+Green+Blue) = 64+224+152=440 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.55% from 440); Green value is 224 (87.89% from 255 or 50.91% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 224 - color contains mainly: green. Hex color #40E098 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40E098 is #BF1F67. Grayscale: #A8A8A8. Windows color (decimal): -12525416 or 10018880. OLE color: 10018880.
HSL color Cylindrical-coordinate representation of color #40E098: hue angle of 153º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40E098 is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 224 | 152 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.12 |
| HSL | 153º | 0.72% | 0.56% | - |
| HSV(B) | 153º | 0.71% | 0.88% | - |
| XYZ | 34.44 | 56.67 | 38.83 | - |
| YUV | 167.95 | 118.99 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 224 | 152 | 0.71 | 0 | 0.32 | 0.12 | 153 | 0.72 | 0.56 |
| Hex | 40 | E0 | 98 | 47 | 0 | 20 | C | 99 | 48 | 38 |
| Octal | 100 | 340 | 230 | 107 | 0 | 40 | 14 | 231 | 110 | 70 |
| Binary | 1000000 | 11100000 | 10011000 | 1000111 | 0 | 100000 | 1100 | 10011001 | 1001000 | 111000 |
Color Harmonies of #40E098
Complementary color
Monochromatic Colors of #40E098
Black with #40E098
Text Example
Text Example
White with #40E098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E098; }
p { color: rgb(64,224,152); }
H1.HeaderClassName
{
color: #40E098;
}
.AnyTagClassName
{
color: #40E098;
}
</style>
background-color css
<style>
a { background-color: #40E098; }
a { background-color: rgb(64,224,152); }
div.DivClassName
{
background-color: #40E098;
}
.BgClassName
{
background-color: #40E098;
}
</style>
border-color css
<style>
span { border-color: #40E098; }
span { border-color: rgb(64,224,152); }
td.TdClassName
{
border-color: #40E098;
}
.TagClassName
{
border-color: #40E098;
}
</style>