Html Css Color HEX #008E5E Shamrock Green

📋 copy color: '#008E5E'

red 0 ◦ green 142 ◦ blue 94

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

Shades of Shamrock Green #008E5E

Tints of Shamrock Green #008E5E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 60.17%

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

R = 0%
G = 60.17%
B = 39.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#008E5E (or 0x008E5E) is known color: Shamrock Green. HEX triplet: 00, 8E and 5E. RGB value is (0,142,94). Sum of RGB (Red+Green+Blue) = 0+142+94=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 142 (55.86% from 255 or 60.17% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 142 - color contains mainly: green. Hex color #008E5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008E5E is #FF71A1. Grayscale: #5E5E5E. Windows color (decimal): -16740770 or 6196736. OLE color: 6196736.

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

Color convert

RGB 0 142 94 -
CMYK 1 0 0.34 0.44
HSL 159.72º 1% 0.28% -
HSV(B) 159.72º 1% 0.56% -
XYZ 11.69 20.15 13.86 -
YUV 94.07 127.96 60.9 -
System Red Green Blue C M Y K H S L
Decimal 0 142 94 1 0 0.34 0.44 159.72 1 0.28
Hex 0 8E 5E 64 0 22 2C A0 64 1C
Octal 0 216 136 144 0 42 54 240 144 34
Binary 0 10001110 1011110 1100100 0 100010 101100 10100000 1100100 11100

Color Harmonies of #008E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008E5E

Black with #008E5E

Text Example


Text Example

White with #008E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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