Shades of Shamrock #40EEA3
Tints of Shamrock #40EEA3
RGB
CMYK
RGB Variations
Color information
#40EEA3 (or 0x40EEA3) is known color: Shamrock. HEX triplet: 40, EE and A3. RGB value is (64,238,163). Sum of RGB (Red+Green+Blue) = 64+238+163=465 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.76% from 465); Green value is 238 (93.36% from 255 or 51.18% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 238 - color contains mainly: green. Hex color #40EEA3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40EEA3 is #BF115C. Grayscale: #B1B1B1. Windows color (decimal): -12521821 or 10743360. OLE color: 10743360.
HSL color Cylindrical-coordinate representation of color #40EEA3: hue angle of 154.14º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EEA3 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 238 | 163 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.07 |
| HSL | 154.14º | 0.84% | 0.59% | - |
| HSV(B) | 154.14º | 0.73% | 0.93% | - |
| XYZ | 39.3 | 64.88 | 45.1 | - |
| YUV | 177.42 | 119.85 | 47.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 238 | 163 | 0.73 | 0 | 0.32 | 0.07 | 154.14 | 0.84 | 0.59 |
| Hex | 40 | EE | A3 | 49 | 0 | 20 | 7 | 9A | 54 | 3B |
| Octal | 100 | 356 | 243 | 111 | 0 | 40 | 7 | 232 | 124 | 73 |
| Binary | 1000000 | 11101110 | 10100011 | 1001001 | 0 | 100000 | 111 | 10011010 | 1010100 | 111011 |
Color Harmonies of #40EEA3
Complementary color
Monochromatic Colors of #40EEA3
Black with #40EEA3
Text Example
Text Example
White with #40EEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EEA3; }
p { color: rgb(64,238,163); }
H1.HeaderClassName
{
color: #40EEA3;
}
.AnyTagClassName
{
color: #40EEA3;
}
</style>
background-color css
<style>
a { background-color: #40EEA3; }
a { background-color: rgb(64,238,163); }
div.DivClassName
{
background-color: #40EEA3;
}
.BgClassName
{
background-color: #40EEA3;
}
</style>
border-color css
<style>
span { border-color: #40EEA3; }
span { border-color: rgb(64,238,163); }
td.TdClassName
{
border-color: #40EEA3;
}
.TagClassName
{
border-color: #40EEA3;
}
</style>