Html Css Color HEX #059160 Shamrock Green

📋 copy color: '#059160'

red 5 ◦ green 145 ◦ blue 96

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

Shades of Shamrock Green #059160

Tints of Shamrock Green #059160

RGB

 RED value IS 5 (2.34% from 255) = 2.03%

 GREEN value IS 145 (57.03% from 255) = 58.94%

 BLUE value IS 96 (37.89% from 255) = 39.02%

R = 2.03%
G = 58.94%
B = 39.02%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#059160 (or 0x059160) is known color: Shamrock Green. HEX triplet: 05, 91 and 60. RGB value is (5,145,96). Sum of RGB (Red+Green+Blue) = 5+145+96=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 145 (57.03% from 255 or 58.94% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 145 - color contains mainly: green. Hex color #059160 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059160 is #FA6E9F. Grayscale: #616161. Windows color (decimal): -16412320 or 6328581. OLE color: 6328581.

HSL color Cylindrical-coordinate representation of color #059160: hue angle of 159º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059160 is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 145 96 -
CMYK 0.97 0 0.34 0.43
HSL 159º 0.93% 0.29% -
HSV(B) 159º 0.97% 0.57% -
XYZ 12.3 21.13 14.5 -
YUV 97.55 127.12 61.98 -
System Red Green Blue C M Y K H S L
Decimal 5 145 96 0.97 0 0.34 0.43 159 0.93 0.29
Hex 5 91 60 61 0 22 2B 9F 5D 1D
Octal 5 221 140 141 0 42 53 237 135 35
Binary 101 10010001 1100000 1100001 0 100010 101011 10011111 1011101 11101

Color Harmonies of #059160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059160

Black with #059160

Text Example


Text Example

White with #059160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059160; }

 p { color: rgb(5,145,96); }

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

background-color css

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

 a { background-color: rgb(5,145,96); }

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

border-color css

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

 span { border-color: rgb(5,145,96); }

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