Html Css Color HEX #0E935A Shamrock Green

📋 copy color: '#0E935A'

red 14 ◦ green 147 ◦ blue 90

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

Shades of Shamrock Green #0E935A

Tints of Shamrock Green #0E935A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.86%

R = 5.58%
G = 58.57%
B = 35.86%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#0E935A (or 0x0E935A) is known color: Shamrock Green. HEX triplet: 0E, 93 and 5A. RGB value is (14,147,90). Sum of RGB (Red+Green+Blue) = 14+147+90=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 147 (57.81% from 255 or 58.57% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 147 - color contains mainly: green. Hex color #0E935A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E935A is #F16CA5. Grayscale: #646464. Windows color (decimal): -15821990 or 5935886. OLE color: 5935886.

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

Color convert

RGB 14 147 90 -
CMYK 0.90 0 0.39 0.42
HSL 154.29º 0.83% 0.32% -
HSV(B) 154.29º 0.9% 0.58% -
XYZ 12.46 21.7 13.2 -
YUV 100.74 121.94 66.13 -
System Red Green Blue C M Y K H S L
Decimal 14 147 90 0.90 0 0.39 0.42 154.29 0.83 0.32
Hex E 93 5A 5A 0 27 2A 9A 53 20
Octal 16 223 132 132 0 47 52 232 123 40
Binary 1110 10010011 1011010 1011010 0 100111 101010 10011010 1010011 100000

Color Harmonies of #0E935A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E935A

Black with #0E935A

Text Example


Text Example

White with #0E935A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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