Html Css Color HEX #0E9358 Shamrock Green

📋 copy color: '#0E9358'

red 14 ◦ green 147 ◦ blue 88

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

Shades of Shamrock Green #0E9358

Tints of Shamrock Green #0E9358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 35.34%

R = 5.62%
G = 59.04%
B = 35.34%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#0E9358 (or 0x0E9358) is known color: Shamrock Green. HEX triplet: 0E, 93 and 58. RGB value is (14,147,88). Sum of RGB (Red+Green+Blue) = 14+147+88=249 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.62% from 249); Green value is 147 (57.81% from 255 or 59.04% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 147 - color contains mainly: green. Hex color #0E9358 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9358 is #F16CA7. Grayscale: #646464. Windows color (decimal): -15821992 or 5804814. OLE color: 5804814.

HSL color Cylindrical-coordinate representation of color #0E9358: hue angle of 153.38º 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 #0E9358 is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 147 88 -
CMYK 0.90 0 0.40 0.42
HSL 153.38º 0.83% 0.32% -
HSV(B) 153.38º 0.9% 0.58% -
XYZ 12.38 21.67 12.76 -
YUV 100.51 120.94 66.3 -
System Red Green Blue C M Y K H S L
Decimal 14 147 88 0.90 0 0.40 0.42 153.38 0.83 0.32
Hex E 93 58 5A 0 28 2A 99 53 20
Octal 16 223 130 132 0 50 52 231 123 40
Binary 1110 10010011 1011000 1011010 0 101000 101010 10011001 1010011 100000

Color Harmonies of #0E9358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9358

Black with #0E9358

Text Example


Text Example

White with #0E9358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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