Shades of Shamrock #23C58F
Tints of Shamrock #23C58F
RGB
CMYK
RGB Variations
Color information
#23C58F (or 0x23C58F) is known color: Shamrock. HEX triplet: 23, C5 and 8F. RGB value is (35,197,143). Sum of RGB (Red+Green+Blue) = 35+197+143=375 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.33% from 375); Green value is 197 (77.34% from 255 or 52.53% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 197 - color contains mainly: green. Hex color #23C58F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23C58F is #DC3A70. Grayscale: #8E8E8E. Windows color (decimal): -14432881 or 9422115. OLE color: 9422115.
HSL color Cylindrical-coordinate representation of color #23C58F: hue angle of 160º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C58F is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 35 | 197 | 143 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.23 |
| HSL | 160º | 0.7% | 0.45% | - |
| HSV(B) | 160º | 0.82% | 0.77% | - |
| XYZ | 25.62 | 42.27 | 32.8 | - |
| YUV | 142.41 | 128.33 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 197 | 143 | 0.82 | 0 | 0.27 | 0.23 | 160 | 0.7 | 0.45 |
| Hex | 23 | C5 | 8F | 52 | 0 | 1B | 17 | A0 | 46 | 2D |
| Octal | 43 | 305 | 217 | 122 | 0 | 33 | 27 | 240 | 106 | 55 |
| Binary | 100011 | 11000101 | 10001111 | 1010010 | 0 | 11011 | 10111 | 10100000 | 1000110 | 101101 |
Color Harmonies of #23C58F
Complementary color
Monochromatic Colors of #23C58F
Black with #23C58F
Text Example
Text Example
White with #23C58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C58F; }
p { color: rgb(35,197,143); }
H1.HeaderClassName
{
color: #23C58F;
}
.AnyTagClassName
{
color: #23C58F;
}
</style>
background-color css
<style>
a { background-color: #23C58F; }
a { background-color: rgb(35,197,143); }
div.DivClassName
{
background-color: #23C58F;
}
.BgClassName
{
background-color: #23C58F;
}
</style>
border-color css
<style>
span { border-color: #23C58F; }
span { border-color: rgb(35,197,143); }
td.TdClassName
{
border-color: #23C58F;
}
.TagClassName
{
border-color: #23C58F;
}
</style>