Shades of Shamrock #3AEE8A
Tints of Shamrock #3AEE8A
RGB
CMYK
RGB Variations
Color information
#3AEE8A (or 0x3AEE8A) is known color: Shamrock. HEX triplet: 3A, EE and 8A. RGB value is (58,238,138). Sum of RGB (Red+Green+Blue) = 58+238+138=434 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.36% from 434); Green value is 238 (93.36% from 255 or 54.84% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEE8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AEE8A is #C51175. Grayscale: #ADADAD. Windows color (decimal): -12915062 or 9104954. OLE color: 9104954.
HSL color Cylindrical-coordinate representation of color #3AEE8A: hue angle of 146.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEE8A is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 238 | 138 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.07 |
| HSL | 146.67º | 0.84% | 0.58% | - |
| HSV(B) | 146.67º | 0.76% | 0.93% | - |
| XYZ | 36.91 | 63.88 | 34.43 | - |
| YUV | 172.78 | 108.37 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 238 | 138 | 0.76 | 0 | 0.42 | 0.07 | 146.67 | 0.84 | 0.58 |
| Hex | 3A | EE | 8A | 4C | 0 | 2A | 7 | 93 | 54 | 3A |
| Octal | 72 | 356 | 212 | 114 | 0 | 52 | 7 | 223 | 124 | 72 |
| Binary | 111010 | 11101110 | 10001010 | 1001100 | 0 | 101010 | 111 | 10010011 | 1010100 | 111010 |
Color Harmonies of #3AEE8A
Complementary color
Monochromatic Colors of #3AEE8A
Black with #3AEE8A
Text Example
Text Example
White with #3AEE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AEE8A; }
p { color: rgb(58,238,138); }
H1.HeaderClassName
{
color: #3AEE8A;
}
.AnyTagClassName
{
color: #3AEE8A;
}
</style>
background-color css
<style>
a { background-color: #3AEE8A; }
a { background-color: rgb(58,238,138); }
div.DivClassName
{
background-color: #3AEE8A;
}
.BgClassName
{
background-color: #3AEE8A;
}
</style>
border-color css
<style>
span { border-color: #3AEE8A; }
span { border-color: rgb(58,238,138); }
td.TdClassName
{
border-color: #3AEE8A;
}
.TagClassName
{
border-color: #3AEE8A;
}
</style>