Html Css Color HEX #058C5E Shamrock Green

📋 copy color: '#058C5E'

red 5 ◦ green 140 ◦ blue 94

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

Shades of Shamrock Green #058C5E

Tints of Shamrock Green #058C5E

RGB

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

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

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

R = 2.09%
G = 58.58%
B = 39.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#058C5E (or 0x058C5E) is known color: Shamrock Green. HEX triplet: 05, 8C and 5E. RGB value is (5,140,94). Sum of RGB (Red+Green+Blue) = 5+140+94=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 140 (55.08% from 255 or 58.58% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 140 - color contains mainly: green. Hex color #058C5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058C5E is #FA73A1. Grayscale: #5E5E5E. Windows color (decimal): -16413602 or 6196229. OLE color: 6196229.

HSL color Cylindrical-coordinate representation of color #058C5E: hue angle of 159.56º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058C5E is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 140 94 -
CMYK 0.96 0 0.33 0.45
HSL 159.56º 0.93% 0.28% -
HSV(B) 159.56º 0.96% 0.55% -
XYZ 11.46 19.6 13.77 -
YUV 94.39 127.77 64.24 -
System Red Green Blue C M Y K H S L
Decimal 5 140 94 0.96 0 0.33 0.45 159.56 0.93 0.28
Hex 5 8C 5E 60 0 21 2D A0 5D 1C
Octal 5 214 136 140 0 41 55 240 135 34
Binary 101 10001100 1011110 1100000 0 100001 101101 10100000 1011101 11100

Color Harmonies of #058C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058C5E

Black with #058C5E

Text Example


Text Example

White with #058C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058C5E; }

 p { color: rgb(5,140,94); }

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

background-color css

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

 a { background-color: rgb(5,140,94); }

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

border-color css

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

 span { border-color: rgb(5,140,94); }

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