Html Css Color HEX #008C55 Shamrock Green

📋 copy color: '#008C55'

red 0 ◦ green 140 ◦ blue 85

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

Shades of Shamrock Green #008C55

Tints of Shamrock Green #008C55

RGB

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

 GREEN value IS 140 (55.08% from 255) = 62.22%

 BLUE value IS 85 (33.59% from 255) = 37.78%

R = 0%
G = 62.22%
B = 37.78%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#008C55 (or 0x008C55) is known color: Shamrock Green. HEX triplet: 00, 8C and 55. RGB value is (0,140,85). Sum of RGB (Red+Green+Blue) = 0+140+85=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 140 (55.08% from 255 or 62.22% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 140 - color contains mainly: green. Hex color #008C55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008C55 is #FF73AA. Grayscale: #5B5B5B. Windows color (decimal): -16741291 or 5606400. OLE color: 5606400.

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

Color convert

RGB 0 140 85 -
CMYK 1 0 0.39 0.45
HSL 156.43º 1% 0.27% -
HSV(B) 156.43º 1% 0.55% -
XYZ 11.02 19.41 11.76 -
YUV 91.87 124.12 62.47 -
System Red Green Blue C M Y K H S L
Decimal 0 140 85 1 0 0.39 0.45 156.43 1 0.27
Hex 0 8C 55 64 0 27 2D 9C 64 1B
Octal 0 214 125 144 0 47 55 234 144 33
Binary 0 10001100 1010101 1100100 0 100111 101101 10011100 1100100 11011

Color Harmonies of #008C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008C55

Black with #008C55

Text Example


Text Example

White with #008C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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