#008C53

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

Shades of Shamrock Green #008C53

Tints of Shamrock Green #008C53

Color information

#008C53 (or 0x008C53) is unknown color: approx Shamrock Green. HEX triplet: 00, 8C and 53. RGB value is (0,140,83). Sum of RGB (Red+Green+Blue) = 0+140+83=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 140 (55.08% from 255 or 62.78% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 140 - color contains mainly: green. Hex color #008C53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008C53 is #FF73AC. Grayscale: #5B5B5B. Windows color (decimal): -16741293 or 5475328. OLE color: 5475328.

HSL color Cylindrical-coordinate representation of color #008C53: hue angle of 155.57º 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 #008C53 is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB014083-
CMYK100.410.45
HSL155.57º100%27.45%-
HSV(B)155.57º100%54.9%-
XYZ10.9419.3811.35-
YUV91.64123.1262.63-

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.78%
BLUE value IS 83 (32.81% from 255) = 37.22%
R=0%
G=62.78%
B=37.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal014083100.410.45155.5710027.45
Hex08C53640292D9c641b
Octal02141231440515523414433
Binary01000110010100111100100010100110110110011100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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