Shades of Shamrock #3AE295
Tints of Shamrock #3AE295
RGB
CMYK
RGB Variations
Color information
#3AE295 (or 0x3AE295) is known color: Shamrock. HEX triplet: 3A, E2 and 95. RGB value is (58,226,149). Sum of RGB (Red+Green+Blue) = 58+226+149=433 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.39% from 433); Green value is 226 (88.67% from 255 or 52.19% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 226 - color contains mainly: green. Hex color #3AE295 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AE295 is #C51D6A. Grayscale: #A7A7A7. Windows color (decimal): -12918123 or 9822778. OLE color: 9822778.
HSL color Cylindrical-coordinate representation of color #3AE295: hue angle of 152.5º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE295 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 58 | 226 | 149 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.11 |
| HSL | 152.5º | 0.74% | 0.56% | - |
| HSV(B) | 152.5º | 0.74% | 0.89% | - |
| XYZ | 34.37 | 57.46 | 37.71 | - |
| YUV | 166.99 | 117.84 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 226 | 149 | 0.74 | 0 | 0.34 | 0.11 | 152.5 | 0.74 | 0.56 |
| Hex | 3A | E2 | 95 | 4A | 0 | 22 | B | 98 | 4A | 38 |
| Octal | 72 | 342 | 225 | 112 | 0 | 42 | 13 | 230 | 112 | 70 |
| Binary | 111010 | 11100010 | 10010101 | 1001010 | 0 | 100010 | 1011 | 10011000 | 1001010 | 111000 |
Color Harmonies of #3AE295
Complementary color
Monochromatic Colors of #3AE295
Black with #3AE295
Text Example
Text Example
White with #3AE295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AE295; }
p { color: rgb(58,226,149); }
H1.HeaderClassName
{
color: #3AE295;
}
.AnyTagClassName
{
color: #3AE295;
}
</style>
background-color css
<style>
a { background-color: #3AE295; }
a { background-color: rgb(58,226,149); }
div.DivClassName
{
background-color: #3AE295;
}
.BgClassName
{
background-color: #3AE295;
}
</style>
border-color css
<style>
span { border-color: #3AE295; }
span { border-color: rgb(58,226,149); }
td.TdClassName
{
border-color: #3AE295;
}
.TagClassName
{
border-color: #3AE295;
}
</style>