Html Css Color HEX #0EA25D Shamrock Green

📋 copy color: '#0EA25D'

red 14 ◦ green 162 ◦ blue 93

#0EA25D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock Green #0EA25D

Tints of Shamrock Green #0EA25D

RGB

 RED value IS 14 (5.86% from 255) = 5.2%

 GREEN value IS 162 (63.67% from 255) = 60.22%

 BLUE value IS 93 (36.72% from 255) = 34.57%

R = 5.2%
G = 60.22%
B = 34.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#0EA25D (or 0x0EA25D) is known color: 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

RGB 14 162 93 -
CMYK 0.91 0 0.43 0.36
HSL 152.03º 0.84% 0.35% -
HSV(B) 152.03º 0.91% 0.64% -
XYZ 15.08 26.72 14.72 -
YUV 109.88 118.47 59.61 -
System Red Green Blue C M Y K H S L
Decimal 14 162 93 0.91 0 0.43 0.36 152.03 0.84 0.35
Hex E A2 5D 5B 0 2B 24 98 54 23
Octal 16 242 135 133 0 53 44 230 124 43
Binary 1110 10100010 1011101 1011011 0 101011 100100 10011000 1010100 100011

Color Harmonies of #0EA25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA25D

Black with #0EA25D

Text Example


Text Example

White with #0EA25D

Text Example


Text Example

HTML Codes & Css Web 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>