Html Css Color HEX #0E935D Shamrock Green

📋 copy color: '#0E935D'

red 14 ◦ green 147 ◦ blue 93

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

Shades of Shamrock Green #0E935D

Tints of Shamrock Green #0E935D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 57.87%

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

R = 5.51%
G = 57.87%
B = 36.61%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#0E935D (or 0x0E935D) is known color: Shamrock Green. HEX triplet: 0E, 93 and 5D. RGB value is (14,147,93). Sum of RGB (Red+Green+Blue) = 14+147+93=254 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.51% from 254); Green value is 147 (57.81% from 255 or 57.87% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 147 - color contains mainly: green. Hex color #0E935D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E935D is #F16CA2. Grayscale: #656565. Windows color (decimal): -15821987 or 6132494. OLE color: 6132494.

HSL color Cylindrical-coordinate representation of color #0E935D: hue angle of 155.64º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E935D is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 147 93 -
CMYK 0.90 0 0.37 0.42
HSL 155.64º 0.83% 0.32% -
HSV(B) 155.64º 0.9% 0.58% -
XYZ 12.59 21.75 13.89 -
YUV 101.08 123.44 65.89 -
System Red Green Blue C M Y K H S L
Decimal 14 147 93 0.90 0 0.37 0.42 155.64 0.83 0.32
Hex E 93 5D 5A 0 25 2A 9C 53 20
Octal 16 223 135 132 0 45 52 234 123 40
Binary 1110 10010011 1011101 1011010 0 100101 101010 10011100 1010011 100000

Color Harmonies of #0E935D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E935D

Black with #0E935D

Text Example


Text Example

White with #0E935D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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