#008C54

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

Shades of Shamrock Green #008C54

Tints of Shamrock Green #008C54

Color information

#008C54 (or 0x008C54) is unknown color: approx Shamrock Green. HEX triplet: 00, 8C and 54. RGB value is (0,140,84). Sum of RGB (Red+Green+Blue) = 0+140+84=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 140 (55.08% from 255 or 62.5% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 140 - color contains mainly: green. Hex color #008C54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008C54 is #FF73AB. Grayscale: #5B5B5B. Windows color (decimal): -16741292 or 5540864. OLE color: 5540864.

HSL color Cylindrical-coordinate representation of color #008C54: hue angle of 156º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008C54 is Cyan = 1, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.45.

Color convert

RGB014084-
CMYK100.40.45
HSL156º100%27.45%-
HSV(B)156º100%54.9%-
XYZ10.9819.411.55-
YUV91.76123.6262.55-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 140 (55.08% from 255) = 62.5%
BLUE value IS 84 (33.20% from 255) = 37.5%
R=0%
G=62.5%
B=37.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal014084100.40.4515610027.45
Hex08C54640282D9c641b
Octal02141241440505523414433
Binary01000110010101001100100010100010110110011100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,140,84); }

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

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

 a { background-color: rgb(0,140,84); }

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

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

 span { border-color: rgb(0,140,84); }

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