Shades of Shamrock #20CB90
Tints of Shamrock #20CB90
RGB
CMYK
RGB Variations
Color information
#20CB90 (or 0x20CB90) is known color: Shamrock. HEX triplet: 20, CB and 90. RGB value is (32,203,144). Sum of RGB (Red+Green+Blue) = 32+203+144=379 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.44% from 379); Green value is 203 (79.69% from 255 or 53.56% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 203 - color contains mainly: green. Hex color #20CB90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CB90 is #DF346F. Grayscale: #919191. Windows color (decimal): -14627952 or 9489184. OLE color: 9489184.
HSL color Cylindrical-coordinate representation of color #20CB90: hue angle of 159.3º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CB90 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 203 | 144 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.20 |
| HSL | 159.3º | 0.73% | 0.46% | - |
| HSV(B) | 159.3º | 0.84% | 0.8% | - |
| XYZ | 26.99 | 45.03 | 33.66 | - |
| YUV | 145.15 | 127.35 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 144 | 0.84 | 0 | 0.29 | 0.20 | 159.3 | 0.73 | 0.46 |
| Hex | 20 | CB | 90 | 54 | 0 | 1D | 14 | 9F | 49 | 2E |
| Octal | 40 | 313 | 220 | 124 | 0 | 35 | 24 | 237 | 111 | 56 |
| Binary | 100000 | 11001011 | 10010000 | 1010100 | 0 | 11101 | 10100 | 10011111 | 1001001 | 101110 |
Color Harmonies of #20CB90
Complementary color
Monochromatic Colors of #20CB90
Black with #20CB90
Text Example
Text Example
White with #20CB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CB90; }
p { color: rgb(32,203,144); }
H1.HeaderClassName
{
color: #20CB90;
}
.AnyTagClassName
{
color: #20CB90;
}
</style>
background-color css
<style>
a { background-color: #20CB90; }
a { background-color: rgb(32,203,144); }
div.DivClassName
{
background-color: #20CB90;
}
.BgClassName
{
background-color: #20CB90;
}
</style>
border-color css
<style>
span { border-color: #20CB90; }
span { border-color: rgb(32,203,144); }
td.TdClassName
{
border-color: #20CB90;
}
.TagClassName
{
border-color: #20CB90;
}
</style>