Shades of Shamrock #27F194
Tints of Shamrock #27F194
RGB
CMYK
RGB Variations
Color information
#27F194 (or 0x27F194) is known color: Shamrock. HEX triplet: 27, F1 and 94. RGB value is (39,241,148). Sum of RGB (Red+Green+Blue) = 39+241+148=428 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.11% from 428); Green value is 241 (94.53% from 255 or 56.31% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 241 - color contains mainly: green. Hex color #27F194 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #27F194 is #D80E6B. Grayscale: #AAAAAA. Windows color (decimal): -14159468 or 9761063. OLE color: 9761063.
HSL color Cylindrical-coordinate representation of color #27F194: hue angle of 152.38º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F194 is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 241 | 148 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.05 |
| HSL | 152.38º | 0.88% | 0.55% | - |
| HSV(B) | 152.38º | 0.84% | 0.95% | - |
| XYZ | 37.64 | 65.48 | 38.67 | - |
| YUV | 170 | 115.58 | 34.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 241 | 148 | 0.84 | 0 | 0.39 | 0.05 | 152.38 | 0.88 | 0.55 |
| Hex | 27 | F1 | 94 | 54 | 0 | 27 | 5 | 98 | 58 | 37 |
| Octal | 47 | 361 | 224 | 124 | 0 | 47 | 5 | 230 | 130 | 67 |
| Binary | 100111 | 11110001 | 10010100 | 1010100 | 0 | 100111 | 101 | 10011000 | 1011000 | 110111 |
Color Harmonies of #27F194
Complementary color
Monochromatic Colors of #27F194
Black with #27F194
Text Example
Text Example
White with #27F194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F194; }
p { color: rgb(39,241,148); }
H1.HeaderClassName
{
color: #27F194;
}
.AnyTagClassName
{
color: #27F194;
}
</style>
background-color css
<style>
a { background-color: #27F194; }
a { background-color: rgb(39,241,148); }
div.DivClassName
{
background-color: #27F194;
}
.BgClassName
{
background-color: #27F194;
}
</style>
border-color css
<style>
span { border-color: #27F194; }
span { border-color: rgb(39,241,148); }
td.TdClassName
{
border-color: #27F194;
}
.TagClassName
{
border-color: #27F194;
}
</style>