#05955F

Color #05955F Shamrock Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock Green #05955F

Tints of Shamrock Green #05955F

Color information

#05955F (or 0x05955F) is unknown color: approx Shamrock Green. HEX triplet: 05, 95 and 5F. RGB value is (5,149,95). Sum of RGB (Red+Green+Blue) = 5+149+95=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 149 (58.59% from 255 or 59.84% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 149 - color contains mainly: green. Hex color #05955F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05955F is #FA6AA0. Grayscale: #636363. Windows color (decimal): -16411297 or 6264069. OLE color: 6264069.

HSL color Cylindrical-coordinate representation of color #05955F: hue angle of 157.5º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05955F is Cyan = 0.97, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB514995-
CMYK0.9700.360.42
HSL157.5º93.51%30.2%-
HSV(B)157.5º96.64%58.43%-
XYZ12.8822.3514.46-
YUV99.79125.2960.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.01%
GREEN value IS 149 (58.59% from 255) = 59.84%
BLUE value IS 95 (37.5% from 255) = 38.15%
R=2.01%
G=59.84%
B=38.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5149950.9700.360.42157.593.5130.2
Hex5955F610242A9e5e1e
Octal52251371410445223613636
Binary1011001010110111111100001010010010101010011110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05955F; }

 p { color: rgb(5,149,95); }

 H1.HeaderClassName
 {
   color: #05955F;
 }
 .AnyTagClassName
 {
   color: #05955F;
 }
</style>
background-color css

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

 a { background-color: rgb(5,149,95); }

 div.DivClassName
 {
   background-color: #05955F;
 }
 .BgClassName
 {
   background-color: #05955F;
 }
</style>
border-color css

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

 span { border-color: rgb(5,149,95); }

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