Shades of Shamrock #18DC7F
Tints of Shamrock #18DC7F
RGB
CMYK
RGB Variations
Color information
#18DC7F (or 0x18DC7F) is known color: Shamrock. HEX triplet: 18, DC and 7F. RGB value is (24,220,127). Sum of RGB (Red+Green+Blue) = 24+220+127=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18DC7F is #E72380. Grayscale: #969696. Windows color (decimal): -15147905 or 8379416. OLE color: 8379416.
HSL color Cylindrical-coordinate representation of color #18DC7F: hue angle of 151.53º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DC7F is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 220 | 127 | - |
| CMYK | 0.89 | 0 | 0.42 | 0.14 |
| HSL | 151.53º | 0.8% | 0.48% | - |
| HSV(B) | 151.53º | 0.89% | 0.86% | - |
| XYZ | 29.8 | 52.91 | 28.72 | - |
| YUV | 150.79 | 114.57 | 37.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 220 | 127 | 0.89 | 0 | 0.42 | 0.14 | 151.53 | 0.8 | 0.48 |
| Hex | 18 | DC | 7F | 59 | 0 | 2A | E | 98 | 50 | 30 |
| Octal | 30 | 334 | 177 | 131 | 0 | 52 | 16 | 230 | 120 | 60 |
| Binary | 11000 | 11011100 | 1111111 | 1011001 | 0 | 101010 | 1110 | 10011000 | 1010000 | 110000 |
Color Harmonies of #18DC7F
Complementary color
Monochromatic Colors of #18DC7F
Black with #18DC7F
Text Example
Text Example
White with #18DC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DC7F; }
p { color: rgb(24,220,127); }
H1.HeaderClassName
{
color: #18DC7F;
}
.AnyTagClassName
{
color: #18DC7F;
}
</style>
background-color css
<style>
a { background-color: #18DC7F; }
a { background-color: rgb(24,220,127); }
div.DivClassName
{
background-color: #18DC7F;
}
.BgClassName
{
background-color: #18DC7F;
}
</style>
border-color css
<style>
span { border-color: #18DC7F; }
span { border-color: rgb(24,220,127); }
td.TdClassName
{
border-color: #18DC7F;
}
.TagClassName
{
border-color: #18DC7F;
}
</style>