#0E935C

Color #0E935C Shamrock Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock Green #0E935C

Tints of Shamrock Green #0E935C

Color information

#0E935C (or 0x0E935C) is unknown color: approx Shamrock Green. HEX triplet: 0E, 93 and 5C. RGB value is (14,147,92). Sum of RGB (Red+Green+Blue) = 14+147+92=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 147 (57.81% from 255 or 58.10% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 147 - color contains mainly: green. Hex color #0E935C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E935C is #F16CA3. Grayscale: #656565. Windows color (decimal): -15821988 or 6066958. OLE color: 6066958.

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

Color convert

RGB1414792-
CMYK0.9000.370.42
HSL155.19º82.61%31.57%-
HSV(B)155.19º90.48%57.65%-
XYZ12.5521.7313.66-
YUV100.96122.9465.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.53%
GREEN value IS 147 (57.81% from 255) = 58.10%
BLUE value IS 92 (36.33% from 255) = 36.36%
R=5.53%
G=58.10%
B=36.36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14147920.9000.370.42155.1982.6131.57
HexE935C5A0252A9b5320
Octal162231341320455223312340
Binary111010010011101110010110100100101101010100110111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E935C;
 }
 .AnyTagClassName
 {
   color: #0E935C;
 }
</style>
background-color css

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

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

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

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

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

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