#0EA25D

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

Shades of Shamrock Green #0EA25D

Tints of Shamrock Green #0EA25D

Color information

#0EA25D (or 0x0EA25D) is unknown color: approx Shamrock Green. HEX triplet: 0E, A2 and 5D. RGB value is (14,162,93). Sum of RGB (Red+Green+Blue) = 14+162+93=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 162 (63.67% from 255 or 60.22% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA25D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA25D is #F15DA2. Grayscale: #6E6E6E. Windows color (decimal): -15818147 or 6136334. OLE color: 6136334.

HSL color Cylindrical-coordinate representation of color #0EA25D: hue angle of 152.03º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA25D is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB1416293-
CMYK0.9100.430.36
HSL152.03º84.09%34.51%-
HSV(B)152.03º91.36%63.53%-
XYZ15.0826.7214.72-
YUV109.88118.4759.61-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.20%
GREEN value IS 162 (63.67% from 255) = 60.22%
BLUE value IS 93 (36.72% from 255) = 34.57%
R=5.20%
G=60.22%
B=34.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14162930.9100.430.36152.0384.0934.51
HexEA25D5B02B24985423
Octal162421351330534423012443
Binary111010100010101110110110110101011100100100110001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EA25D; }

 p { color: rgb(14,162,93); }

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

<style>
 a { background-color: #0EA25D; }

 a { background-color: rgb(14,162,93); }

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

<style>
 span { border-color: #0EA25D; }

 span { border-color: rgb(14,162,93); }

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