#0E955A

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

Shades of Shamrock Green #0E955A

Tints of Shamrock Green #0E955A

Color information

#0E955A (or 0x0E955A) is unknown color: approx Shamrock Green. HEX triplet: 0E, 95 and 5A. RGB value is (14,149,90). Sum of RGB (Red+Green+Blue) = 14+149+90=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 149 (58.59% from 255 or 58.89% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 149 - color contains mainly: green. Hex color #0E955A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E955A is #F16AA5. Grayscale: #666666. Windows color (decimal): -15821478 or 5936398. OLE color: 5936398.

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

Color convert

RGB1414990-
CMYK0.9100.400.42
HSL153.78º82.82%31.96%-
HSV(B)153.78º90.6%58.43%-
XYZ12.7722.3313.31-
YUV101.91121.2765.3-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.53%
GREEN value IS 149 (58.59% from 255) = 58.89%
BLUE value IS 90 (35.55% from 255) = 35.57%
R=5.53%
G=58.89%
B=35.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14149900.9100.400.42153.7882.8231.96
HexE955A5B0282A9a5320
Octal162251321330505223212340
Binary111010010101101101010110110101000101010100110101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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