Shades of Shamrock #23D09C
Tints of Shamrock #23D09C
RGB
CMYK
RGB Variations
Color information
#23D09C (or 0x23D09C) is known color: Shamrock. HEX triplet: 23, D0 and 9C. RGB value is (35,208,156). Sum of RGB (Red+Green+Blue) = 35+208+156=399 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.77% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #23D09C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23D09C is #DC2F63. Grayscale: #969696. Windows color (decimal): -14430052 or 10276899. OLE color: 10276899.
HSL color Cylindrical-coordinate representation of color #23D09C: hue angle of 161.97º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23D09C is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 35 | 208 | 156 | - |
| CMYK | 0.83 | 0 | 0.25 | 0.18 |
| HSL | 161.97º | 0.71% | 0.48% | - |
| HSV(B) | 161.97º | 0.83% | 0.82% | - |
| XYZ | 29.25 | 47.87 | 39.15 | - |
| YUV | 150.35 | 131.19 | 45.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 208 | 156 | 0.83 | 0 | 0.25 | 0.18 | 161.97 | 0.71 | 0.48 |
| Hex | 23 | D0 | 9C | 53 | 0 | 19 | 12 | A2 | 47 | 30 |
| Octal | 43 | 320 | 234 | 123 | 0 | 31 | 22 | 242 | 107 | 60 |
| Binary | 100011 | 11010000 | 10011100 | 1010011 | 0 | 11001 | 10010 | 10100010 | 1000111 | 110000 |
Color Harmonies of #23D09C
Complementary color
Monochromatic Colors of #23D09C
Black with #23D09C
Text Example
Text Example
White with #23D09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23D09C; }
p { color: rgb(35,208,156); }
H1.HeaderClassName
{
color: #23D09C;
}
.AnyTagClassName
{
color: #23D09C;
}
</style>
background-color css
<style>
a { background-color: #23D09C; }
a { background-color: rgb(35,208,156); }
div.DivClassName
{
background-color: #23D09C;
}
.BgClassName
{
background-color: #23D09C;
}
</style>
border-color css
<style>
span { border-color: #23D09C; }
span { border-color: rgb(35,208,156); }
td.TdClassName
{
border-color: #23D09C;
}
.TagClassName
{
border-color: #23D09C;
}
</style>