Shades of Shamrock #40BC8A
Tints of Shamrock #40BC8A
RGB
CMYK
RGB Variations
Color information
#40BC8A (or 0x40BC8A) is known color: Shamrock. HEX triplet: 40, BC and 8A. RGB value is (64,188,138). Sum of RGB (Red+Green+Blue) = 64+188+138=390 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.41% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BC8A is #BF4375. Grayscale: #919191. Windows color (decimal): -12534646 or 9092160. OLE color: 9092160.
HSL color Cylindrical-coordinate representation of color #40BC8A: hue angle of 155.81º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BC8A is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 138 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.26 |
| HSL | 155.81º | 0.49% | 0.49% | - |
| HSV(B) | 155.81º | 0.66% | 0.74% | - |
| XYZ | 24.69 | 38.89 | 30.25 | - |
| YUV | 145.22 | 123.92 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 138 | 0.66 | 0 | 0.27 | 0.26 | 155.81 | 0.49 | 0.49 |
| Hex | 40 | BC | 8A | 42 | 0 | 1B | 1A | 9C | 31 | 31 |
| Octal | 100 | 274 | 212 | 102 | 0 | 33 | 32 | 234 | 61 | 61 |
| Binary | 1000000 | 10111100 | 10001010 | 1000010 | 0 | 11011 | 11010 | 10011100 | 110001 | 110001 |
Color Harmonies of #40BC8A
Complementary color
Monochromatic Colors of #40BC8A
Black with #40BC8A
Text Example
Text Example
White with #40BC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC8A; }
p { color: rgb(64,188,138); }
H1.HeaderClassName
{
color: #40BC8A;
}
.AnyTagClassName
{
color: #40BC8A;
}
</style>
background-color css
<style>
a { background-color: #40BC8A; }
a { background-color: rgb(64,188,138); }
div.DivClassName
{
background-color: #40BC8A;
}
.BgClassName
{
background-color: #40BC8A;
}
</style>
border-color css
<style>
span { border-color: #40BC8A; }
span { border-color: rgb(64,188,138); }
td.TdClassName
{
border-color: #40BC8A;
}
.TagClassName
{
border-color: #40BC8A;
}
</style>