Html Css Color HEX #0E9354 Shamrock Green

📋 copy color: '#0E9354'

red 14 ◦ green 147 ◦ blue 84

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

Shades of Shamrock Green #0E9354

Tints of Shamrock Green #0E9354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 34.29%

R = 5.71%
G = 60%
B = 34.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#0E9354 (or 0x0E9354) is known color: Shamrock Green. HEX triplet: 0E, 93 and 54. RGB value is (14,147,84). Sum of RGB (Red+Green+Blue) = 14+147+84=245 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.71% from 245); Green value is 147 (57.81% from 255 or 60% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 147 - color contains mainly: green. Hex color #0E9354 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9354 is #F16CAB. Grayscale: #646464. Windows color (decimal): -15821996 or 5542670. OLE color: 5542670.

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

Color convert

RGB 14 147 84 -
CMYK 0.90 0 0.43 0.42
HSL 151.58º 0.83% 0.32% -
HSV(B) 151.58º 0.9% 0.58% -
XYZ 12.22 21.6 11.91 -
YUV 100.05 118.94 66.62 -
System Red Green Blue C M Y K H S L
Decimal 14 147 84 0.90 0 0.43 0.42 151.58 0.83 0.32
Hex E 93 54 5A 0 2B 2A 98 53 20
Octal 16 223 124 132 0 53 52 230 123 40
Binary 1110 10010011 1010100 1011010 0 101011 101010 10011000 1010011 100000

Color Harmonies of #0E9354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9354

Black with #0E9354

Text Example


Text Example

White with #0E9354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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