Shades of Shamrock #27CB90
Tints of Shamrock #27CB90
RGB
CMYK
RGB Variations
Color information
#27CB90 (or 0x27CB90) is known color: Shamrock. HEX triplet: 27, CB and 90. RGB value is (39,203,144). Sum of RGB (Red+Green+Blue) = 39+203+144=386 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.10% from 386); Green value is 203 (79.69% from 255 or 52.59% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 203 - color contains mainly: green. Hex color #27CB90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27CB90 is #D8346F. Grayscale: #939393. Windows color (decimal): -14169200 or 9489191. OLE color: 9489191.
HSL color Cylindrical-coordinate representation of color #27CB90: hue angle of 158.41º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CB90 is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 203 | 144 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.20 |
| HSL | 158.41º | 0.68% | 0.47% | - |
| HSV(B) | 158.41º | 0.81% | 0.8% | - |
| XYZ | 27.23 | 45.16 | 33.67 | - |
| YUV | 147.24 | 126.17 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 203 | 144 | 0.81 | 0 | 0.29 | 0.20 | 158.41 | 0.68 | 0.47 |
| Hex | 27 | CB | 90 | 51 | 0 | 1D | 14 | 9E | 44 | 2F |
| Octal | 47 | 313 | 220 | 121 | 0 | 35 | 24 | 236 | 104 | 57 |
| Binary | 100111 | 11001011 | 10010000 | 1010001 | 0 | 11101 | 10100 | 10011110 | 1000100 | 101111 |
Color Harmonies of #27CB90
Complementary color
Monochromatic Colors of #27CB90
Black with #27CB90
Text Example
Text Example
White with #27CB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CB90; }
p { color: rgb(39,203,144); }
H1.HeaderClassName
{
color: #27CB90;
}
.AnyTagClassName
{
color: #27CB90;
}
</style>
background-color css
<style>
a { background-color: #27CB90; }
a { background-color: rgb(39,203,144); }
div.DivClassName
{
background-color: #27CB90;
}
.BgClassName
{
background-color: #27CB90;
}
</style>
border-color css
<style>
span { border-color: #27CB90; }
span { border-color: rgb(39,203,144); }
td.TdClassName
{
border-color: #27CB90;
}
.TagClassName
{
border-color: #27CB90;
}
</style>