Html Css Color HEX #05965E Shamrock Green

📋 copy color: '#05965E'

red 5 ◦ green 150 ◦ blue 94

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

Shades of Shamrock Green #05965E

Tints of Shamrock Green #05965E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 60.24%

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

R = 2.01%
G = 60.24%
B = 37.75%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#05965E (or 0x05965E) is known color: Shamrock Green. HEX triplet: 05, 96 and 5E. RGB value is (5,150,94). Sum of RGB (Red+Green+Blue) = 5+150+94=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 150 (58.98% from 255 or 60.24% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 150 - color contains mainly: green. Hex color #05965E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05965E is #FA69A1. Grayscale: #646464. Windows color (decimal): -16411042 or 6198789. OLE color: 6198789.

HSL color Cylindrical-coordinate representation of color #05965E: hue angle of 156.83º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05965E is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 150 94 -
CMYK 0.97 0 0.37 0.41
HSL 156.83º 0.94% 0.3% -
HSV(B) 156.83º 0.97% 0.59% -
XYZ 12.99 22.65 14.28 -
YUV 100.26 124.46 60.05 -
System Red Green Blue C M Y K H S L
Decimal 5 150 94 0.97 0 0.37 0.41 156.83 0.94 0.3
Hex 5 96 5E 61 0 25 29 9D 5E 1E
Octal 5 226 136 141 0 45 51 235 136 36
Binary 101 10010110 1011110 1100001 0 100101 101001 10011101 1011110 11110

Color Harmonies of #05965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05965E

Black with #05965E

Text Example


Text Example

White with #05965E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05965E; }

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

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

background-color css

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

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

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

border-color css

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

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

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