Shades of Shamrock #46EEA1
Tints of Shamrock #46EEA1
RGB
CMYK
RGB Variations
Color information
#46EEA1 (or 0x46EEA1) is known color: Shamrock. HEX triplet: 46, EE and A1. RGB value is (70,238,161). Sum of RGB (Red+Green+Blue) = 70+238+161=469 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.93% from 469); Green value is 238 (93.36% from 255 or 50.75% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 238 - color contains mainly: green. Hex color #46EEA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46EEA1 is #B9115E. Grayscale: #B3B3B3. Windows color (decimal): -12128607 or 10612294. OLE color: 10612294.
HSL color Cylindrical-coordinate representation of color #46EEA1: hue angle of 152.5º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46EEA1 is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 238 | 161 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.07 |
| HSL | 152.5º | 0.83% | 0.6% | - |
| HSV(B) | 152.5º | 0.71% | 0.93% | - |
| XYZ | 39.53 | 65.02 | 44.19 | - |
| YUV | 178.99 | 117.84 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 238 | 161 | 0.71 | 0 | 0.32 | 0.07 | 152.5 | 0.83 | 0.6 |
| Hex | 46 | EE | A1 | 47 | 0 | 20 | 7 | 98 | 53 | 3C |
| Octal | 106 | 356 | 241 | 107 | 0 | 40 | 7 | 230 | 123 | 74 |
| Binary | 1000110 | 11101110 | 10100001 | 1000111 | 0 | 100000 | 111 | 10011000 | 1010011 | 111100 |
Color Harmonies of #46EEA1
Complementary color
Monochromatic Colors of #46EEA1
Black with #46EEA1
Text Example
Text Example
White with #46EEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EEA1; }
p { color: rgb(70,238,161); }
H1.HeaderClassName
{
color: #46EEA1;
}
.AnyTagClassName
{
color: #46EEA1;
}
</style>
background-color css
<style>
a { background-color: #46EEA1; }
a { background-color: rgb(70,238,161); }
div.DivClassName
{
background-color: #46EEA1;
}
.BgClassName
{
background-color: #46EEA1;
}
</style>
border-color css
<style>
span { border-color: #46EEA1; }
span { border-color: rgb(70,238,161); }
td.TdClassName
{
border-color: #46EEA1;
}
.TagClassName
{
border-color: #46EEA1;
}
</style>