Html Css Color HEX #0EA15D Shamrock Green

📋 copy color: '#0EA15D'

red 14 ◦ green 161 ◦ blue 93

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

Shades of Shamrock Green #0EA15D

Tints of Shamrock Green #0EA15D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 60.07%

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

R = 5.22%
G = 60.07%
B = 34.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#0EA15D (or 0x0EA15D) is known color: Shamrock Green. HEX triplet: 0E, A1 and 5D. RGB value is (14,161,93). Sum of RGB (Red+Green+Blue) = 14+161+93=268 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.22% from 268); Green value is 161 (63.28% from 255 or 60.07% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 161 - color contains mainly: green. Hex color #0EA15D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA15D is #F15EA2. Grayscale: #6D6D6D. Windows color (decimal): -15818403 or 6136078. OLE color: 6136078.

HSL color Cylindrical-coordinate representation of color #0EA15D: hue angle of 152.24º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA15D is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 14 161 93 -
CMYK 0.91 0 0.42 0.37
HSL 152.24º 0.84% 0.34% -
HSV(B) 152.24º 0.91% 0.63% -
XYZ 14.9 26.37 14.66 -
YUV 109.3 118.8 60.03 -
System Red Green Blue C M Y K H S L
Decimal 14 161 93 0.91 0 0.42 0.37 152.24 0.84 0.34
Hex E A1 5D 5B 0 2A 25 98 54 22
Octal 16 241 135 133 0 52 45 230 124 42
Binary 1110 10100001 1011101 1011011 0 101010 100101 10011000 1010100 100010

Color Harmonies of #0EA15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA15D

Black with #0EA15D

Text Example


Text Example

White with #0EA15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EA15D;
 }
 .AnyTagClassName
 {
   color: #0EA15D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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