Shades of Shamrock #23CB8A
Tints of Shamrock #23CB8A
RGB
CMYK
RGB Variations
Color information
#23CB8A (or 0x23CB8A) is known color: Shamrock. HEX triplet: 23, CB and 8A. RGB value is (35,203,138). Sum of RGB (Red+Green+Blue) = 35+203+138=376 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.31% from 376); Green value is 203 (79.69% from 255 or 53.99% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 203 - color contains mainly: green. Hex color #23CB8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23CB8A is #DC3475. Grayscale: #919191. Windows color (decimal): -14431350 or 9095971. OLE color: 9095971.
HSL color Cylindrical-coordinate representation of color #23CB8A: hue angle of 156.79º 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 #23CB8A is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 203 | 138 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.20 |
| HSL | 156.79º | 0.71% | 0.47% | - |
| HSV(B) | 156.79º | 0.83% | 0.8% | - |
| XYZ | 26.64 | 44.9 | 31.31 | - |
| YUV | 145.36 | 123.84 | 49.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 203 | 138 | 0.83 | 0 | 0.32 | 0.20 | 156.79 | 0.71 | 0.47 |
| Hex | 23 | CB | 8A | 53 | 0 | 20 | 14 | 9D | 47 | 2F |
| Octal | 43 | 313 | 212 | 123 | 0 | 40 | 24 | 235 | 107 | 57 |
| Binary | 100011 | 11001011 | 10001010 | 1010011 | 0 | 100000 | 10100 | 10011101 | 1000111 | 101111 |
Color Harmonies of #23CB8A
Complementary color
Monochromatic Colors of #23CB8A
Black with #23CB8A
Text Example
Text Example
White with #23CB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CB8A; }
p { color: rgb(35,203,138); }
H1.HeaderClassName
{
color: #23CB8A;
}
.AnyTagClassName
{
color: #23CB8A;
}
</style>
background-color css
<style>
a { background-color: #23CB8A; }
a { background-color: rgb(35,203,138); }
div.DivClassName
{
background-color: #23CB8A;
}
.BgClassName
{
background-color: #23CB8A;
}
</style>
border-color css
<style>
span { border-color: #23CB8A; }
span { border-color: rgb(35,203,138); }
td.TdClassName
{
border-color: #23CB8A;
}
.TagClassName
{
border-color: #23CB8A;
}
</style>