Shades of Shamrock #23D995
Tints of Shamrock #23D995
RGB
CMYK
RGB Variations
Color information
#23D995 (or 0x23D995) is known color: Shamrock. HEX triplet: 23, D9 and 95. RGB value is (35,217,149). Sum of RGB (Red+Green+Blue) = 35+217+149=401 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.73% from 401); Green value is 217 (85.16% from 255 or 54.11% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 217 - color contains mainly: green. Hex color #23D995 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23D995 is #DC266A. Grayscale: #9A9A9A. Windows color (decimal): -14427755 or 9820451. OLE color: 9820451.
HSL color Cylindrical-coordinate representation of color #23D995: hue angle of 157.58º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23D995 is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 217 | 149 | - |
| CMYK | 0.84 | 0 | 0.31 | 0.15 |
| HSL | 157.58º | 0.72% | 0.49% | - |
| HSV(B) | 157.58º | 0.84% | 0.85% | - |
| XYZ | 30.93 | 52.15 | 36.87 | - |
| YUV | 154.83 | 124.7 | 42.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 217 | 149 | 0.84 | 0 | 0.31 | 0.15 | 157.58 | 0.72 | 0.49 |
| Hex | 23 | D9 | 95 | 54 | 0 | 1F | F | 9E | 48 | 31 |
| Octal | 43 | 331 | 225 | 124 | 0 | 37 | 17 | 236 | 110 | 61 |
| Binary | 100011 | 11011001 | 10010101 | 1010100 | 0 | 11111 | 1111 | 10011110 | 1001000 | 110001 |
Color Harmonies of #23D995
Complementary color
Monochromatic Colors of #23D995
Black with #23D995
Text Example
Text Example
White with #23D995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D995; }
p { color: rgb(35,217,149); }
H1.HeaderClassName
{
color: #23D995;
}
.AnyTagClassName
{
color: #23D995;
}
</style>
background-color css
<style>
a { background-color: #23D995; }
a { background-color: rgb(35,217,149); }
div.DivClassName
{
background-color: #23D995;
}
.BgClassName
{
background-color: #23D995;
}
</style>
border-color css
<style>
span { border-color: #23D995; }
span { border-color: rgb(35,217,149); }
td.TdClassName
{
border-color: #23D995;
}
.TagClassName
{
border-color: #23D995;
}
</style>