Shades of Shamrock #31BF9A
Tints of Shamrock #31BF9A
RGB
CMYK
RGB Variations
Color information
#31BF9A (or 0x31BF9A) is known color: Shamrock. HEX triplet: 31, BF and 9A. RGB value is (49,191,154). Sum of RGB (Red+Green+Blue) = 49+191+154=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BF9A is #CE4065. Grayscale: #909090. Windows color (decimal): -13516902 or 10141489. OLE color: 10141489.
HSL color Cylindrical-coordinate representation of color #31BF9A: hue angle of 164.37º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BF9A is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 191 | 154 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.25 |
| HSL | 164.37º | 0.59% | 0.47% | - |
| HSV(B) | 164.37º | 0.74% | 0.75% | - |
| XYZ | 25.73 | 40.25 | 36.98 | - |
| YUV | 144.32 | 133.46 | 60.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 154 | 0.74 | 0 | 0.19 | 0.25 | 164.37 | 0.59 | 0.47 |
| Hex | 31 | BF | 9A | 4A | 0 | 13 | 19 | A4 | 3B | 2F |
| Octal | 61 | 277 | 232 | 112 | 0 | 23 | 31 | 244 | 73 | 57 |
| Binary | 110001 | 10111111 | 10011010 | 1001010 | 0 | 10011 | 11001 | 10100100 | 111011 | 101111 |
Color Harmonies of #31BF9A
Complementary color
Monochromatic Colors of #31BF9A
Black with #31BF9A
Text Example
Text Example
White with #31BF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BF9A; }
p { color: rgb(49,191,154); }
H1.HeaderClassName
{
color: #31BF9A;
}
.AnyTagClassName
{
color: #31BF9A;
}
</style>
background-color css
<style>
a { background-color: #31BF9A; }
a { background-color: rgb(49,191,154); }
div.DivClassName
{
background-color: #31BF9A;
}
.BgClassName
{
background-color: #31BF9A;
}
</style>
border-color css
<style>
span { border-color: #31BF9A; }
span { border-color: rgb(49,191,154); }
td.TdClassName
{
border-color: #31BF9A;
}
.TagClassName
{
border-color: #31BF9A;
}
</style>