Html Css Color HEX #0E915D Shamrock Green

📋 copy color: '#0E915D'

red 14 ◦ green 145 ◦ blue 93

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

Shades of Shamrock Green #0E915D

Tints of Shamrock Green #0E915D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 57.54%

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

R = 5.56%
G = 57.54%
B = 36.9%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#0E915D (or 0x0E915D) is known color: Shamrock Green. HEX triplet: 0E, 91 and 5D. RGB value is (14,145,93). Sum of RGB (Red+Green+Blue) = 14+145+93=252 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.56% from 252); Green value is 145 (57.03% from 255 or 57.54% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 145 - color contains mainly: green. Hex color #0E915D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E915D is #F16EA2. Grayscale: #636363. Windows color (decimal): -15822499 or 6131982. OLE color: 6131982.

HSL color Cylindrical-coordinate representation of color #0E915D: hue angle of 156.18º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E915D is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 14 145 93 -
CMYK 0.90 0 0.36 0.43
HSL 156.18º 0.82% 0.31% -
HSV(B) 156.18º 0.9% 0.57% -
XYZ 12.28 21.13 13.79 -
YUV 99.9 124.1 66.73 -
System Red Green Blue C M Y K H S L
Decimal 14 145 93 0.90 0 0.36 0.43 156.18 0.82 0.31
Hex E 91 5D 5A 0 24 2B 9C 52 1F
Octal 16 221 135 132 0 44 53 234 122 37
Binary 1110 10010001 1011101 1011010 0 100100 101011 10011100 1010010 11111

Color Harmonies of #0E915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E915D

Black with #0E915D

Text Example


Text Example

White with #0E915D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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