#25CC96

Color #25CC96 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #25CC96

Tints of Shamrock #25CC96

Color information

#25CC96 (or 0x25CC96) is unknown color: approx Shamrock. HEX triplet: 25, CC and 96. RGB value is (37,204,150). Sum of RGB (Red+Green+Blue) = 37+204+150=391 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.46% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #25CC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25CC96 is #DA3369. Grayscale: #939393. Windows color (decimal): -14300010 or 9882661. OLE color: 9882661.

HSL color Cylindrical-coordinate representation of color #25CC96: hue angle of 160.6º 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 #25CC96 is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB37204150-
CMYK0.8200.260.2
HSL160.6º69.29%47.25%-
HSV(B)160.6º81.86%80%-
XYZ27.8645.7836.22-
YUV147.91129.1748.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 9.46%
GREEN value IS 204 (80.08% from 255) = 52.17%
BLUE value IS 150 (58.98% from 255) = 38.36%
R=9.46%
G=52.17%
B=38.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal372041500.8200.260.2160.669.2947.25
Hex25CC965201A14a1452f
Octal453142261220322424110557
Binary1001011100110010010110101001001101010100101000011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25CC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25CC96; }

 p { color: rgb(37,204,150); }

 H1.HeaderClassName
 {
   color: #25CC96;
 }
 .AnyTagClassName
 {
   color: #25CC96;
 }
</style>
background-color css

<style>
 a { background-color: #25CC96; }

 a { background-color: rgb(37,204,150); }

 div.DivClassName
 {
   background-color: #25CC96;
 }
 .BgClassName
 {
   background-color: #25CC96;
 }
</style>
border-color css

<style>
 span { border-color: #25CC96; }

 span { border-color: rgb(37,204,150); }

 td.TdClassName
 {
   border-color: #25CC96;
 }
 .TagClassName
 {
   border-color: #25CC96;
 }
</style>