Shades of Shamrock #3ACC90
Tints of Shamrock #3ACC90
RGB
CMYK
RGB Variations
Color information
#3ACC90 (or 0x3ACC90) is known color: Shamrock. HEX triplet: 3A, CC and 90. RGB value is (58,204,144). Sum of RGB (Red+Green+Blue) = 58+204+144=406 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.29% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACC90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ACC90 is #C5336F. Grayscale: #999999. Windows color (decimal): -12923760 or 9489466. OLE color: 9489466.
HSL color Cylindrical-coordinate representation of color #3ACC90: hue angle of 155.34º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACC90 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 204 | 144 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.2 |
| HSL | 155.34º | 0.59% | 0.51% | - |
| HSV(B) | 155.34º | 0.72% | 0.8% | - |
| XYZ | 28.37 | 46.1 | 33.79 | - |
| YUV | 153.51 | 122.63 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 144 | 0.72 | 0 | 0.29 | 0.2 | 155.34 | 0.59 | 0.51 |
| Hex | 3A | CC | 90 | 48 | 0 | 1D | 14 | 9B | 3B | 33 |
| Octal | 72 | 314 | 220 | 110 | 0 | 35 | 24 | 233 | 73 | 63 |
| Binary | 111010 | 11001100 | 10010000 | 1001000 | 0 | 11101 | 10100 | 10011011 | 111011 | 110011 |
Color Harmonies of #3ACC90
Complementary color
Monochromatic Colors of #3ACC90
Black with #3ACC90
Text Example
Text Example
White with #3ACC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACC90; }
p { color: rgb(58,204,144); }
H1.HeaderClassName
{
color: #3ACC90;
}
.AnyTagClassName
{
color: #3ACC90;
}
</style>
background-color css
<style>
a { background-color: #3ACC90; }
a { background-color: rgb(58,204,144); }
div.DivClassName
{
background-color: #3ACC90;
}
.BgClassName
{
background-color: #3ACC90;
}
</style>
border-color css
<style>
span { border-color: #3ACC90; }
span { border-color: rgb(58,204,144); }
td.TdClassName
{
border-color: #3ACC90;
}
.TagClassName
{
border-color: #3ACC90;
}
</style>