Shades of Shamrock #25CC9F
Tints of Shamrock #25CC9F
RGB
CMYK
RGB Variations
Color information
#25CC9F (or 0x25CC9F) is known color: Shamrock. HEX triplet: 25, CC and 9F. RGB value is (37,204,159). Sum of RGB (Red+Green+Blue) = 37+204+159=400 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.25% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #25CC9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25CC9F is #DA3360. Grayscale: #949494. Windows color (decimal): -14300001 or 10472485. OLE color: 10472485.
HSL color Cylindrical-coordinate representation of color #25CC9F: hue angle of 163.83º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CC9F is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 204 | 159 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.2 |
| HSL | 163.83º | 0.69% | 0.47% | - |
| HSV(B) | 163.83º | 0.82% | 0.8% | - |
| XYZ | 28.61 | 46.08 | 40.19 | - |
| YUV | 148.94 | 133.67 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 204 | 159 | 0.82 | 0 | 0.22 | 0.2 | 163.83 | 0.69 | 0.47 |
| Hex | 25 | CC | 9F | 52 | 0 | 16 | 14 | A4 | 45 | 2F |
| Octal | 45 | 314 | 237 | 122 | 0 | 26 | 24 | 244 | 105 | 57 |
| Binary | 100101 | 11001100 | 10011111 | 1010010 | 0 | 10110 | 10100 | 10100100 | 1000101 | 101111 |
Color Harmonies of #25CC9F
Complementary color
Monochromatic Colors of #25CC9F
Black with #25CC9F
Text Example
Text Example
White with #25CC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CC9F; }
p { color: rgb(37,204,159); }
H1.HeaderClassName
{
color: #25CC9F;
}
.AnyTagClassName
{
color: #25CC9F;
}
</style>
background-color css
<style>
a { background-color: #25CC9F; }
a { background-color: rgb(37,204,159); }
div.DivClassName
{
background-color: #25CC9F;
}
.BgClassName
{
background-color: #25CC9F;
}
</style>
border-color css
<style>
span { border-color: #25CC9F; }
span { border-color: rgb(37,204,159); }
td.TdClassName
{
border-color: #25CC9F;
}
.TagClassName
{
border-color: #25CC9F;
}
</style>