Shades of Shamrock #3AD28A
Tints of Shamrock #3AD28A
RGB
CMYK
RGB Variations
Color information
#3AD28A (or 0x3AD28A) is known color: Shamrock. HEX triplet: 3A, D2 and 8A. RGB value is (58,210,138). Sum of RGB (Red+Green+Blue) = 58+210+138=406 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.29% from 406); Green value is 210 (82.42% from 255 or 51.72% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD28A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD28A is #C52D75. Grayscale: #9C9C9C. Windows color (decimal): -12922230 or 9097786. OLE color: 9097786.
HSL color Cylindrical-coordinate representation of color #3AD28A: hue angle of 151.58º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD28A is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 210 | 138 | - |
| CMYK | 0.72 | 0 | 0.34 | 0.18 |
| HSL | 151.58º | 0.63% | 0.53% | - |
| HSV(B) | 151.58º | 0.72% | 0.82% | - |
| XYZ | 29.38 | 48.83 | 31.92 | - |
| YUV | 156.34 | 117.64 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 210 | 138 | 0.72 | 0 | 0.34 | 0.18 | 151.58 | 0.63 | 0.53 |
| Hex | 3A | D2 | 8A | 48 | 0 | 22 | 12 | 98 | 3F | 35 |
| Octal | 72 | 322 | 212 | 110 | 0 | 42 | 22 | 230 | 77 | 65 |
| Binary | 111010 | 11010010 | 10001010 | 1001000 | 0 | 100010 | 10010 | 10011000 | 111111 | 110101 |
Color Harmonies of #3AD28A
Complementary color
Monochromatic Colors of #3AD28A
Black with #3AD28A
Text Example
Text Example
White with #3AD28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD28A; }
p { color: rgb(58,210,138); }
H1.HeaderClassName
{
color: #3AD28A;
}
.AnyTagClassName
{
color: #3AD28A;
}
</style>
background-color css
<style>
a { background-color: #3AD28A; }
a { background-color: rgb(58,210,138); }
div.DivClassName
{
background-color: #3AD28A;
}
.BgClassName
{
background-color: #3AD28A;
}
</style>
border-color css
<style>
span { border-color: #3AD28A; }
span { border-color: rgb(58,210,138); }
td.TdClassName
{
border-color: #3AD28A;
}
.TagClassName
{
border-color: #3AD28A;
}
</style>