Html Css Color HEX #0E9564 Shamrock Green

📋 copy color: '#0E9564'

red 14 ◦ green 149 ◦ blue 100

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

Shades of Shamrock Green #0E9564

Tints of Shamrock Green #0E9564

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.65%

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

R = 5.32%
G = 56.65%
B = 38.02%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#0E9564 (or 0x0E9564) is known color: Shamrock Green. HEX triplet: 0E, 95 and 64. RGB value is (14,149,100). Sum of RGB (Red+Green+Blue) = 14+149+100=263 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.32% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #0E9564 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9564 is #F16A9B. Grayscale: #676767. Windows color (decimal): -15821468 or 6591758. OLE color: 6591758.

HSL color Cylindrical-coordinate representation of color #0E9564: hue angle of 158.22º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9564 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 149 100 -
CMYK 0.91 0 0.33 0.42
HSL 158.22º 0.83% 0.32% -
HSV(B) 158.22º 0.91% 0.58% -
XYZ 13.23 22.51 15.7 -
YUV 103.05 126.27 64.48 -
System Red Green Blue C M Y K H S L
Decimal 14 149 100 0.91 0 0.33 0.42 158.22 0.83 0.32
Hex E 95 64 5B 0 21 2A 9E 53 20
Octal 16 225 144 133 0 41 52 236 123 40
Binary 1110 10010101 1100100 1011011 0 100001 101010 10011110 1010011 100000

Color Harmonies of #0E9564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9564

Black with #0E9564

Text Example


Text Example

White with #0E9564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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