#008E55

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

Shades of Shamrock Green #008E55

Tints of Shamrock Green #008E55

Color information

#008E55 (or 0x008E55) is unknown color: approx Shamrock Green. HEX triplet: 00, 8E and 55. RGB value is (0,142,85). Sum of RGB (Red+Green+Blue) = 0+142+85=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 142 (55.86% from 255 or 62.56% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 142 - color contains mainly: green. Hex color #008E55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008E55 is #FF71AA. Grayscale: #5D5D5D. Windows color (decimal): -16740779 or 5606912. OLE color: 5606912.

HSL color Cylindrical-coordinate representation of color #008E55: hue angle of 155.92º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008E55 is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB014285-
CMYK100.400.44
HSL155.92º100%27.84%-
HSV(B)155.92º100%55.69%-
XYZ11.312011.86-
YUV93.04123.4661.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 142 (55.86% from 255) = 62.56%
BLUE value IS 85 (33.59% from 255) = 37.44%
R=0%
G=62.56%
B=37.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal014285100.400.44155.9210027.84
Hex08E55640282C9c641c
Octal02161251440505423414434
Binary01000111010101011100100010100010110010011100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008E55; }

 p { color: rgb(0,142,85); }

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

<style>
 a { background-color: #008E55; }

 a { background-color: rgb(0,142,85); }

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

<style>
 span { border-color: #008E55; }

 span { border-color: rgb(0,142,85); }

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