#0e9956

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

Shades of Shamrock Green #0E9956

Tints of Shamrock Green #0E9956

Color information

#0E9956 (or 0x0E9956) is unknown color: approx Shamrock Green. HEX triplet: 0E, 99 and 56. RGB value is (14,153,86). Sum of RGB (Red+Green+Blue) = 14+153+86=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 153 (60.16% from 255 or 60.47% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 153 - color contains mainly: green. Hex color #0E9956 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9956 is #F166A9. Grayscale: #676767. Windows color (decimal): -15820458 or 5675278. OLE color: 5675278.

HSL color Cylindrical-coordinate representation of color #0E9956: hue angle of 151.08º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9956 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB1415386-
CMYK0.9100.440.4
HSL151.08º83.23%32.75%-
HSV(B)151.08º90.85%60%-
XYZ13.2523.5512.65-
YUV103.8117.9563.95-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.53%
GREEN value IS 153 (60.16% from 255) = 60.47%
BLUE value IS 86 (33.98% from 255) = 33.99%
R=5.53%
G=60.47%
B=33.99%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal14153860.9100.440.4151.0883.2332.75
HexE99565B02C28975321
Octal162311261330545022712341
Binary111010011001101011010110110101100101000100101111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e9956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,153,86); }

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

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

 a { background-color: rgb(14,153,86); }

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

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

 span { border-color: rgb(14,153,86); }

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