Html Css Color HEX #0E945E Shamrock Green

📋 copy color: '#0E945E'

red 14 ◦ green 148 ◦ blue 94

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

Shades of Shamrock Green #0E945E

Tints of Shamrock Green #0E945E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 57.81%

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

R = 5.47%
G = 57.81%
B = 36.72%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#0E945E (or 0x0E945E) is known color: Shamrock Green. HEX triplet: 0E, 94 and 5E. RGB value is (14,148,94). Sum of RGB (Red+Green+Blue) = 14+148+94=256 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.47% from 256); Green value is 148 (58.20% from 255 or 57.81% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 148 - color contains mainly: green. Hex color #0E945E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E945E is #F16BA1. Grayscale: #656565. Windows color (decimal): -15821730 or 6198286. OLE color: 6198286.

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

Color convert

RGB 14 148 94 -
CMYK 0.91 0 0.36 0.42
HSL 155.82º 0.83% 0.32% -
HSV(B) 155.82º 0.91% 0.58% -
XYZ 12.79 22.08 14.18 -
YUV 101.78 123.61 65.39 -
System Red Green Blue C M Y K H S L
Decimal 14 148 94 0.91 0 0.36 0.42 155.82 0.83 0.32
Hex E 94 5E 5B 0 24 2A 9C 53 20
Octal 16 224 136 133 0 44 52 234 123 40
Binary 1110 10010100 1011110 1011011 0 100100 101010 10011100 1010011 100000

Color Harmonies of #0E945E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E945E

Black with #0E945E

Text Example


Text Example

White with #0E945E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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