Html Css Color HEX #008D5C Shamrock Green

📋 copy color: '#008D5C'

red 0 ◦ green 141 ◦ blue 92

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

Shades of Shamrock Green #008D5C

Tints of Shamrock Green #008D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.48%

R = 0%
G = 60.52%
B = 39.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#008D5C (or 0x008D5C) is known color: Shamrock Green. HEX triplet: 00, 8D and 5C. RGB value is (0,141,92). Sum of RGB (Red+Green+Blue) = 0+141+92=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 141 (55.47% from 255 or 60.52% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 141 - color contains mainly: green. Hex color #008D5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008D5C is #FF72A3. Grayscale: #5D5D5D. Windows color (decimal): -16741028 or 6065408. OLE color: 6065408.

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

Color convert

RGB 0 141 92 -
CMYK 1 0 0.35 0.45
HSL 159.15º 1% 0.28% -
HSV(B) 159.15º 1% 0.55% -
XYZ 11.46 19.82 13.35 -
YUV 93.26 127.29 61.48 -
System Red Green Blue C M Y K H S L
Decimal 0 141 92 1 0 0.35 0.45 159.15 1 0.28
Hex 0 8D 5C 64 0 23 2D 9F 64 1C
Octal 0 215 134 144 0 43 55 237 144 34
Binary 0 10001101 1011100 1100100 0 100011 101101 10011111 1100100 11100

Color Harmonies of #008D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008D5C

Black with #008D5C

Text Example


Text Example

White with #008D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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