Shades of Shamrock #25DCA1
Tints of Shamrock #25DCA1
RGB
CMYK
RGB Variations
Color information
#25DCA1 (or 0x25DCA1) is known color: Shamrock. HEX triplet: 25, DC and A1. RGB value is (37,220,161). Sum of RGB (Red+Green+Blue) = 37+220+161=418 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.85% from 418); Green value is 220 (86.33% from 255 or 52.63% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 220 - color contains mainly: green. Hex color #25DCA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25DCA1 is #DA235E. Grayscale: #9E9E9E. Windows color (decimal): -14295903 or 10607653. OLE color: 10607653.
HSL color Cylindrical-coordinate representation of color #25DCA1: hue angle of 160.66º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DCA1 is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 220 | 161 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.14 |
| HSL | 160.66º | 0.72% | 0.5% | - |
| HSV(B) | 160.66º | 0.83% | 0.86% | - |
| XYZ | 32.79 | 54.15 | 42.44 | - |
| YUV | 158.56 | 129.37 | 41.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 220 | 161 | 0.83 | 0 | 0.27 | 0.14 | 160.66 | 0.72 | 0.5 |
| Hex | 25 | DC | A1 | 53 | 0 | 1B | E | A1 | 48 | 32 |
| Octal | 45 | 334 | 241 | 123 | 0 | 33 | 16 | 241 | 110 | 62 |
| Binary | 100101 | 11011100 | 10100001 | 1010011 | 0 | 11011 | 1110 | 10100001 | 1001000 | 110010 |
Color Harmonies of #25DCA1
Complementary color
Monochromatic Colors of #25DCA1
Black with #25DCA1
Text Example
Text Example
White with #25DCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DCA1; }
p { color: rgb(37,220,161); }
H1.HeaderClassName
{
color: #25DCA1;
}
.AnyTagClassName
{
color: #25DCA1;
}
</style>
background-color css
<style>
a { background-color: #25DCA1; }
a { background-color: rgb(37,220,161); }
div.DivClassName
{
background-color: #25DCA1;
}
.BgClassName
{
background-color: #25DCA1;
}
</style>
border-color css
<style>
span { border-color: #25DCA1; }
span { border-color: rgb(37,220,161); }
td.TdClassName
{
border-color: #25DCA1;
}
.TagClassName
{
border-color: #25DCA1;
}
</style>