Html Css Color HEX #0EA35E Shamrock Green

📋 copy color: '#0EA35E'

red 14 ◦ green 163 ◦ blue 94

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

Shades of Shamrock Green #0EA35E

Tints of Shamrock Green #0EA35E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 60.15%

 BLUE value IS 94 (37.11% from 255) = 34.69%

R = 5.17%
G = 60.15%
B = 34.69%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#0EA35E (or 0x0EA35E) is known color: Shamrock Green. HEX triplet: 0E, A3 and 5E. RGB value is (14,163,94). Sum of RGB (Red+Green+Blue) = 14+163+94=271 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.17% from 271); Green value is 163 (64.06% from 255 or 60.15% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA35E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA35E is #F15CA1. Grayscale: #6E6E6E. Windows color (decimal): -15817890 or 6202126. OLE color: 6202126.

HSL color Cylindrical-coordinate representation of color #0EA35E: hue angle of 152.21º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA35E is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB 14 163 94 -
CMYK 0.91 0 0.42 0.36
HSL 152.21º 0.84% 0.35% -
HSV(B) 152.21º 0.91% 0.64% -
XYZ 15.3 27.1 15.01 -
YUV 110.58 118.64 59.11 -
System Red Green Blue C M Y K H S L
Decimal 14 163 94 0.91 0 0.42 0.36 152.21 0.84 0.35
Hex E A3 5E 5B 0 2A 24 98 54 23
Octal 16 243 136 133 0 52 44 230 124 43
Binary 1110 10100011 1011110 1011011 0 101010 100100 10011000 1010100 100011

Color Harmonies of #0EA35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA35E

Black with #0EA35E

Text Example


Text Example

White with #0EA35E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,163,94); }

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

background-color css

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

 a { background-color: rgb(14,163,94); }

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

border-color css

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

 span { border-color: rgb(14,163,94); }

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