#0E9058

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

Shades of Shamrock Green #0E9058

Tints of Shamrock Green #0E9058

Color information

#0E9058 (or 0x0E9058) is unknown color: approx Shamrock Green. HEX triplet: 0E, 90 and 58. RGB value is (14,144,88). Sum of RGB (Red+Green+Blue) = 14+144+88=246 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.69% from 246); Green value is 144 (56.64% from 255 or 58.54% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 144 - color contains mainly: green. Hex color #0E9058 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9058 is #F16FA7. Grayscale: #626262. Windows color (decimal): -15822760 or 5804046. OLE color: 5804046.

HSL color Cylindrical-coordinate representation of color #0E9058: hue angle of 154.15º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9058 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB1414488-
CMYK0.9000.390.44
HSL154.15º82.28%30.98%-
HSV(B)154.15º90.28%56.47%-
XYZ11.9220.7412.61-
YUV98.75121.9367.55-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.69%
GREEN value IS 144 (56.64% from 255) = 58.54%
BLUE value IS 88 (34.77% from 255) = 35.77%
R=5.69%
G=58.54%
B=35.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14144880.9000.390.44154.1582.2830.98
HexE90585A0272C9a521f
Octal162201301320475423212237
Binary11101001000010110001011010010011110110010011010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,144,88); }

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

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

 a { background-color: rgb(14,144,88); }

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

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

 span { border-color: rgb(14,144,88); }

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