Shades of Shamrock #25C098
Tints of Shamrock #25C098
RGB
CMYK
RGB Variations
Color information
#25C098 (or 0x25C098) is known color: Shamrock. HEX triplet: 25, C0 and 98. RGB value is (37,192,152). Sum of RGB (Red+Green+Blue) = 37+192+152=381 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.71% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #25C098 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25C098 is #DA3F67. Grayscale: #8D8D8D. Windows color (decimal): -14303080 or 10010661. OLE color: 10010661.
HSL color Cylindrical-coordinate representation of color #25C098: hue angle of 164.52º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C098 is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 192 | 152 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.25 |
| HSL | 164.52º | 0.68% | 0.45% | - |
| HSV(B) | 164.52º | 0.81% | 0.75% | - |
| XYZ | 25.28 | 40.36 | 36.16 | - |
| YUV | 141.1 | 134.15 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 192 | 152 | 0.81 | 0 | 0.21 | 0.25 | 164.52 | 0.68 | 0.45 |
| Hex | 25 | C0 | 98 | 51 | 0 | 15 | 19 | A5 | 44 | 2D |
| Octal | 45 | 300 | 230 | 121 | 0 | 25 | 31 | 245 | 104 | 55 |
| Binary | 100101 | 11000000 | 10011000 | 1010001 | 0 | 10101 | 11001 | 10100101 | 1000100 | 101101 |
Color Harmonies of #25C098
Complementary color
Monochromatic Colors of #25C098
Black with #25C098
Text Example
Text Example
White with #25C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C098; }
p { color: rgb(37,192,152); }
H1.HeaderClassName
{
color: #25C098;
}
.AnyTagClassName
{
color: #25C098;
}
</style>
background-color css
<style>
a { background-color: #25C098; }
a { background-color: rgb(37,192,152); }
div.DivClassName
{
background-color: #25C098;
}
.BgClassName
{
background-color: #25C098;
}
</style>
border-color css
<style>
span { border-color: #25C098; }
span { border-color: rgb(37,192,152); }
td.TdClassName
{
border-color: #25C098;
}
.TagClassName
{
border-color: #25C098;
}
</style>