Html Css Color HEX #008D5D Shamrock Green

📋 copy color: '#008D5D'

red 0 ◦ green 141 ◦ blue 93

#008D5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock Green #008D5D

Tints of Shamrock Green #008D5D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 141 (55.47% from 255) = 60.26%

 BLUE value IS 93 (36.72% from 255) = 39.74%

R = 0%
G = 60.26%
B = 39.74%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#008D5D (or 0x008D5D) is known color: Shamrock Green. HEX triplet: 00, 8D and 5D. RGB value is (0,141,93). Sum of RGB (Red+Green+Blue) = 0+141+93=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 141 (55.47% from 255 or 60.26% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 141 - color contains mainly: green. Hex color #008D5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008D5D is #FF72A2. Grayscale: #5D5D5D. Windows color (decimal): -16741027 or 6130944. OLE color: 6130944.

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

Color convert

RGB 0 141 93 -
CMYK 1 0 0.34 0.45
HSL 159.57º 1% 0.28% -
HSV(B) 159.57º 1% 0.55% -
XYZ 11.5 19.84 13.58 -
YUV 93.37 127.79 61.4 -
System Red Green Blue C M Y K H S L
Decimal 0 141 93 1 0 0.34 0.45 159.57 1 0.28
Hex 0 8D 5D 64 0 22 2D A0 64 1C
Octal 0 215 135 144 0 42 55 240 144 34
Binary 0 10001101 1011101 1100100 0 100010 101101 10100000 1100100 11100

Color Harmonies of #008D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008D5D

Black with #008D5D

Text Example


Text Example

White with #008D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,141,93); }

 H1.HeaderClassName
 {
   color: #008D5D;
 }
 .AnyTagClassName
 {
   color: #008D5D;
 }
</style>

background-color css

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

 a { background-color: rgb(0,141,93); }

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

border-color css

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

 span { border-color: rgb(0,141,93); }

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