Html Css Color HEX #008F5E Shamrock Green

📋 copy color: '#008F5E'

red 0 ◦ green 143 ◦ blue 94

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

Shades of Shamrock Green #008F5E

Tints of Shamrock Green #008F5E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 60.34%

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

R = 0%
G = 60.34%
B = 39.66%

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

#008F5E (or 0x008F5E) is known color: Shamrock Green. HEX triplet: 00, 8F and 5E. RGB value is (0,143,94). Sum of RGB (Red+Green+Blue) = 0+143+94=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 143 (56.25% from 255 or 60.34% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 143 - color contains mainly: green. Hex color #008F5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008F5E is #FF70A1. Grayscale: #5E5E5E. Windows color (decimal): -16740514 or 6196992. OLE color: 6196992.

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

Color convert

RGB 0 143 94 -
CMYK 1 0 0.34 0.44
HSL 159.44º 1% 0.28% -
HSV(B) 159.44º 1% 0.56% -
XYZ 11.84 20.45 13.91 -
YUV 94.66 127.62 60.48 -
System Red Green Blue C M Y K H S L
Decimal 0 143 94 1 0 0.34 0.44 159.44 1 0.28
Hex 0 8F 5E 64 0 22 2C 9F 64 1C
Octal 0 217 136 144 0 42 54 237 144 34
Binary 0 10001111 1011110 1100100 0 100010 101100 10011111 1100100 11100

Color Harmonies of #008F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008F5E

Black with #008F5E

Text Example


Text Example

White with #008F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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