Html Css Color HEX #0E9C64 Shamrock Green

📋 copy color: '#0E9C64'

red 14 ◦ green 156 ◦ blue 100

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

Shades of Shamrock Green #0E9C64

Tints of Shamrock Green #0E9C64

RGB

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

 GREEN value IS 156 (61.33% from 255) = 57.78%

 BLUE value IS 100 (39.45% from 255) = 37.04%

R = 5.19%
G = 57.78%
B = 37.04%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#0E9C64 (or 0x0E9C64) is known color: Shamrock Green. HEX triplet: 0E, 9C and 64. RGB value is (14,156,100). Sum of RGB (Red+Green+Blue) = 14+156+100=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 156 (61.33% from 255 or 57.78% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 156 - color contains mainly: green. Hex color #0E9C64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9C64 is #F1639B. Grayscale: #6B6B6B. Windows color (decimal): -15819676 or 6593550. OLE color: 6593550.

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

Color convert

RGB 14 156 100 -
CMYK 0.91 0 0.36 0.39
HSL 156.34º 0.84% 0.33% -
HSV(B) 156.34º 0.91% 0.61% -
XYZ 14.37 24.79 16.08 -
YUV 107.16 123.96 61.55 -
System Red Green Blue C M Y K H S L
Decimal 14 156 100 0.91 0 0.36 0.39 156.34 0.84 0.33
Hex E 9C 64 5B 0 24 27 9C 54 21
Octal 16 234 144 133 0 44 47 234 124 41
Binary 1110 10011100 1100100 1011011 0 100100 100111 10011100 1010100 100001

Color Harmonies of #0E9C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9C64

Black with #0E9C64

Text Example


Text Example

White with #0E9C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,156,100); }

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

background-color css

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

 a { background-color: rgb(14,156,100); }

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

border-color css

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

 span { border-color: rgb(14,156,100); }

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