Shades of Shamrock #25CA8A
Tints of Shamrock #25CA8A
RGB
CMYK
RGB Variations
Color information
#25CA8A (or 0x25CA8A) is known color: Shamrock. HEX triplet: 25, CA and 8A. RGB value is (37,202,138). Sum of RGB (Red+Green+Blue) = 37+202+138=377 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.81% from 377); Green value is 202 (79.30% from 255 or 53.58% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 202 - color contains mainly: green. Hex color #25CA8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25CA8A is #DA3575. Grayscale: #919191. Windows color (decimal): -14300534 or 9095717. OLE color: 9095717.
HSL color Cylindrical-coordinate representation of color #25CA8A: hue angle of 156.73º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CA8A is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 202 | 138 | - |
| CMYK | 0.82 | 0 | 0.32 | 0.21 |
| HSL | 156.73º | 0.69% | 0.47% | - |
| HSV(B) | 156.73º | 0.82% | 0.79% | - |
| XYZ | 26.47 | 44.47 | 31.23 | - |
| YUV | 145.37 | 123.84 | 50.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 202 | 138 | 0.82 | 0 | 0.32 | 0.21 | 156.73 | 0.69 | 0.47 |
| Hex | 25 | CA | 8A | 52 | 0 | 20 | 15 | 9D | 45 | 2F |
| Octal | 45 | 312 | 212 | 122 | 0 | 40 | 25 | 235 | 105 | 57 |
| Binary | 100101 | 11001010 | 10001010 | 1010010 | 0 | 100000 | 10101 | 10011101 | 1000101 | 101111 |
Color Harmonies of #25CA8A
Complementary color
Monochromatic Colors of #25CA8A
Black with #25CA8A
Text Example
Text Example
White with #25CA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CA8A; }
p { color: rgb(37,202,138); }
H1.HeaderClassName
{
color: #25CA8A;
}
.AnyTagClassName
{
color: #25CA8A;
}
</style>
background-color css
<style>
a { background-color: #25CA8A; }
a { background-color: rgb(37,202,138); }
div.DivClassName
{
background-color: #25CA8A;
}
.BgClassName
{
background-color: #25CA8A;
}
</style>
border-color css
<style>
span { border-color: #25CA8A; }
span { border-color: rgb(37,202,138); }
td.TdClassName
{
border-color: #25CA8A;
}
.TagClassName
{
border-color: #25CA8A;
}
</style>