#25DC90

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

Shades of Shamrock #25DC90

Tints of Shamrock #25DC90

Color information

#25DC90 (or 0x25DC90) is unknown color: approx Shamrock. HEX triplet: 25, DC and 90. RGB value is (37,220,144). Sum of RGB (Red+Green+Blue) = 37+220+144=401 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.23% from 401); Green value is 220 (86.33% from 255 or 54.86% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 220 - color contains mainly: green. Hex color #25DC90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25DC90 is #DA236F. Grayscale: #9C9C9C. Windows color (decimal): -14295920 or 9493541. OLE color: 9493541.

HSL color Cylindrical-coordinate representation of color #25DC90: hue angle of 155.08º 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 #25DC90 is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB37220144-
CMYK0.8300.350.14
HSL155.08º72.33%50.39%-
HSV(B)155.08º83.18%86.27%-
XYZ31.3953.5935.08-
YUV156.62120.8742.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.23%
GREEN value IS 220 (86.33% from 255) = 54.86%
BLUE value IS 144 (56.64% from 255) = 35.91%
R=9.23%
G=54.86%
B=35.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal372201440.8300.350.14155.0872.3350.39
Hex25DC9053023E9b4832
Octal453342201230431623311062
Binary1001011101110010010000101001101000111110100110111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25DC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,220,144); }

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

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

 a { background-color: rgb(37,220,144); }

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

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

 span { border-color: rgb(37,220,144); }

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