Shades of Shamrock #23CC8C
Tints of Shamrock #23CC8C
RGB
CMYK
RGB Variations
Color information
#23CC8C (or 0x23CC8C) is known color: Shamrock. HEX triplet: 23, CC and 8C. RGB value is (35,204,140). Sum of RGB (Red+Green+Blue) = 35+204+140=379 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.23% from 379); Green value is 204 (80.08% from 255 or 53.83% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 204 - color contains mainly: green. Hex color #23CC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23CC8C is #DC3373. Grayscale: #929292. Windows color (decimal): -14431092 or 9227299. OLE color: 9227299.
HSL color Cylindrical-coordinate representation of color #23CC8C: hue angle of 157.28º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CC8C is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 35 | 204 | 140 | - |
| CMYK | 0.83 | 0 | 0.31 | 0.2 |
| HSL | 157.28º | 0.71% | 0.47% | - |
| HSV(B) | 157.28º | 0.83% | 0.8% | - |
| XYZ | 27.02 | 45.44 | 32.16 | - |
| YUV | 146.17 | 124.51 | 48.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 204 | 140 | 0.83 | 0 | 0.31 | 0.2 | 157.28 | 0.71 | 0.47 |
| Hex | 23 | CC | 8C | 53 | 0 | 1F | 14 | 9D | 47 | 2F |
| Octal | 43 | 314 | 214 | 123 | 0 | 37 | 24 | 235 | 107 | 57 |
| Binary | 100011 | 11001100 | 10001100 | 1010011 | 0 | 11111 | 10100 | 10011101 | 1000111 | 101111 |
Color Harmonies of #23CC8C
Complementary color
Monochromatic Colors of #23CC8C
Black with #23CC8C
Text Example
Text Example
White with #23CC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CC8C; }
p { color: rgb(35,204,140); }
H1.HeaderClassName
{
color: #23CC8C;
}
.AnyTagClassName
{
color: #23CC8C;
}
</style>
background-color css
<style>
a { background-color: #23CC8C; }
a { background-color: rgb(35,204,140); }
div.DivClassName
{
background-color: #23CC8C;
}
.BgClassName
{
background-color: #23CC8C;
}
</style>
border-color css
<style>
span { border-color: #23CC8C; }
span { border-color: rgb(35,204,140); }
td.TdClassName
{
border-color: #23CC8C;
}
.TagClassName
{
border-color: #23CC8C;
}
</style>