Html Css Color HEX #008D5E Shamrock Green

📋 copy color: '#008D5E'

red 0 ◦ green 141 ◦ blue 94

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

Shades of Shamrock Green #008D5E

Tints of Shamrock Green #008D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40%

R = 0%
G = 60%
B = 40%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#008D5E (or 0x008D5E) is known color: Shamrock Green. HEX triplet: 00, 8D and 5E. RGB value is (0,141,94). Sum of RGB (Red+Green+Blue) = 0+141+94=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 141 (55.47% from 255 or 60% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 141 - color contains mainly: green. Hex color #008D5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008D5E is #FF72A1. Grayscale: #5D5D5D. Windows color (decimal): -16741026 or 6196480. OLE color: 6196480.

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

Color convert

RGB 0 141 94 -
CMYK 1 0 0.33 0.45
HSL 160º 1% 0.28% -
HSV(B) 160º 1% 0.55% -
XYZ 11.55 19.86 13.81 -
YUV 93.48 128.29 61.32 -
System Red Green Blue C M Y K H S L
Decimal 0 141 94 1 0 0.33 0.45 160 1 0.28
Hex 0 8D 5E 64 0 21 2D A0 64 1C
Octal 0 215 136 144 0 41 55 240 144 34
Binary 0 10001101 1011110 1100100 0 100001 101101 10100000 1100100 11100

Color Harmonies of #008D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008D5E

Black with #008D5E

Text Example


Text Example

White with #008D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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