Shades of Shamrock #31CC9A
Tints of Shamrock #31CC9A
RGB
CMYK
RGB Variations
Color information
#31CC9A (or 0x31CC9A) is known color: Shamrock. HEX triplet: 31, CC and 9A. RGB value is (49,204,154). Sum of RGB (Red+Green+Blue) = 49+204+154=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #31CC9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CC9A is #CE3365. Grayscale: #989898. Windows color (decimal): -13513574 or 10144817. OLE color: 10144817.
HSL color Cylindrical-coordinate representation of color #31CC9A: hue angle of 160.65º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CC9A is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 204 | 154 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.2 |
| HSL | 160.65º | 0.61% | 0.5% | - |
| HSV(B) | 160.65º | 0.76% | 0.8% | - |
| XYZ | 28.69 | 46.17 | 37.97 | - |
| YUV | 151.96 | 129.15 | 54.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 204 | 154 | 0.76 | 0 | 0.25 | 0.2 | 160.65 | 0.61 | 0.5 |
| Hex | 31 | CC | 9A | 4C | 0 | 19 | 14 | A1 | 3D | 32 |
| Octal | 61 | 314 | 232 | 114 | 0 | 31 | 24 | 241 | 75 | 62 |
| Binary | 110001 | 11001100 | 10011010 | 1001100 | 0 | 11001 | 10100 | 10100001 | 111101 | 110010 |
Color Harmonies of #31CC9A
Complementary color
Monochromatic Colors of #31CC9A
Black with #31CC9A
Text Example
Text Example
White with #31CC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CC9A; }
p { color: rgb(49,204,154); }
H1.HeaderClassName
{
color: #31CC9A;
}
.AnyTagClassName
{
color: #31CC9A;
}
</style>
background-color css
<style>
a { background-color: #31CC9A; }
a { background-color: rgb(49,204,154); }
div.DivClassName
{
background-color: #31CC9A;
}
.BgClassName
{
background-color: #31CC9A;
}
</style>
border-color css
<style>
span { border-color: #31CC9A; }
span { border-color: rgb(49,204,154); }
td.TdClassName
{
border-color: #31CC9A;
}
.TagClassName
{
border-color: #31CC9A;
}
</style>