Shades of Shamrock #23E080
Tints of Shamrock #23E080
RGB
CMYK
RGB Variations
Color information
#23E080 (or 0x23E080) is known color: Shamrock. HEX triplet: 23, E0 and 80. RGB value is (35,224,128). Sum of RGB (Red+Green+Blue) = 35+224+128=387 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.04% from 387); Green value is 224 (87.89% from 255 or 57.88% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 224 - color contains mainly: green. Hex color #23E080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23E080 is #DC1F7F. Grayscale: #9C9C9C. Windows color (decimal): -14425984 or 8445987. OLE color: 8445987.
HSL color Cylindrical-coordinate representation of color #23E080: hue angle of 149.52º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23E080 is Cyan = 0.84, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 224 | 128 | - |
| CMYK | 0.84 | 0 | 0.43 | 0.12 |
| HSL | 149.52º | 0.75% | 0.51% | - |
| HSV(B) | 149.52º | 0.84% | 0.88% | - |
| XYZ | 31.25 | 55.23 | 29.44 | - |
| YUV | 156.55 | 111.88 | 41.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 224 | 128 | 0.84 | 0 | 0.43 | 0.12 | 149.52 | 0.75 | 0.51 |
| Hex | 23 | E0 | 80 | 54 | 0 | 2B | C | 96 | 4B | 33 |
| Octal | 43 | 340 | 200 | 124 | 0 | 53 | 14 | 226 | 113 | 63 |
| Binary | 100011 | 11100000 | 10000000 | 1010100 | 0 | 101011 | 1100 | 10010110 | 1001011 | 110011 |
Color Harmonies of #23E080
Complementary color
Monochromatic Colors of #23E080
Black with #23E080
Text Example
Text Example
White with #23E080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23E080; }
p { color: rgb(35,224,128); }
H1.HeaderClassName
{
color: #23E080;
}
.AnyTagClassName
{
color: #23E080;
}
</style>
background-color css
<style>
a { background-color: #23E080; }
a { background-color: rgb(35,224,128); }
div.DivClassName
{
background-color: #23E080;
}
.BgClassName
{
background-color: #23E080;
}
</style>
border-color css
<style>
span { border-color: #23E080; }
span { border-color: rgb(35,224,128); }
td.TdClassName
{
border-color: #23E080;
}
.TagClassName
{
border-color: #23E080;
}
</style>