Shades of Shamrock #3AE194
Tints of Shamrock #3AE194
RGB
CMYK
RGB Variations
Color information
#3AE194 (or 0x3AE194) is known color: Shamrock. HEX triplet: 3A, E1 and 94. RGB value is (58,225,148). Sum of RGB (Red+Green+Blue) = 58+225+148=431 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.46% from 431); Green value is 225 (88.28% from 255 or 52.20% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 225 - color contains mainly: green. Hex color #3AE194 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AE194 is #C51E6B. Grayscale: #A6A6A6. Windows color (decimal): -12918380 or 9756986. OLE color: 9756986.
HSL color Cylindrical-coordinate representation of color #3AE194: hue angle of 152.34º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE194 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 225 | 148 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.12 |
| HSL | 152.34º | 0.74% | 0.55% | - |
| HSV(B) | 152.34º | 0.74% | 0.88% | - |
| XYZ | 34.02 | 56.89 | 37.2 | - |
| YUV | 166.29 | 117.67 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 225 | 148 | 0.74 | 0 | 0.34 | 0.12 | 152.34 | 0.74 | 0.55 |
| Hex | 3A | E1 | 94 | 4A | 0 | 22 | C | 98 | 4A | 37 |
| Octal | 72 | 341 | 224 | 112 | 0 | 42 | 14 | 230 | 112 | 67 |
| Binary | 111010 | 11100001 | 10010100 | 1001010 | 0 | 100010 | 1100 | 10011000 | 1001010 | 110111 |
Color Harmonies of #3AE194
Complementary color
Monochromatic Colors of #3AE194
Black with #3AE194
Text Example
Text Example
White with #3AE194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE194; }
p { color: rgb(58,225,148); }
H1.HeaderClassName
{
color: #3AE194;
}
.AnyTagClassName
{
color: #3AE194;
}
</style>
background-color css
<style>
a { background-color: #3AE194; }
a { background-color: rgb(58,225,148); }
div.DivClassName
{
background-color: #3AE194;
}
.BgClassName
{
background-color: #3AE194;
}
</style>
border-color css
<style>
span { border-color: #3AE194; }
span { border-color: rgb(58,225,148); }
td.TdClassName
{
border-color: #3AE194;
}
.TagClassName
{
border-color: #3AE194;
}
</style>