#0E935E

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

Shades of Shamrock Green #0E935E

Tints of Shamrock Green #0E935E

Color information

#0E935E (or 0x0E935E) is unknown color: approx Shamrock Green. HEX triplet: 0E, 93 and 5E. RGB value is (14,147,94). Sum of RGB (Red+Green+Blue) = 14+147+94=255 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.49% from 255); Green value is 147 (57.81% from 255 or 57.65% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 147 - color contains mainly: green. Hex color #0E935E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E935E is #F16CA1. Grayscale: #656565. Windows color (decimal): -15821986 or 6198030. OLE color: 6198030.

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

Color convert

RGB1414794-
CMYK0.9000.360.42
HSL156.09º82.61%31.57%-
HSV(B)156.09º90.48%57.65%-
XYZ12.6421.7714.13-
YUV101.19123.9465.81-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.49%
GREEN value IS 147 (57.81% from 255) = 57.65%
BLUE value IS 94 (37.11% from 255) = 36.86%
R=5.49%
G=57.65%
B=36.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14147940.9000.360.42156.0982.6131.57
HexE935E5A0242A9c5320
Octal162231361320445223412340
Binary111010010011101111010110100100100101010100111001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E935E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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