#00955F

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

Shades of Shamrock Green #00955F

Tints of Shamrock Green #00955F

Color information

#00955F (or 0x00955F) is unknown color: approx Shamrock Green. HEX triplet: 00, 95 and 5F. RGB value is (0,149,95). Sum of RGB (Red+Green+Blue) = 0+149+95=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 149 (58.59% from 255 or 61.07% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 149 - color contains mainly: green. Hex color #00955F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00955F is #FF6AA0. Grayscale: #626262. Windows color (decimal): -16738977 or 6264064. OLE color: 6264064.

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

Color convert

RGB014995-
CMYK100.360.42
HSL158.26º100%29.22%-
HSV(B)158.26º100%58.43%-
XYZ12.8122.3214.46-
YUV98.29126.1457.89-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 149 (58.59% from 255) = 61.07%
BLUE value IS 95 (37.5% from 255) = 38.93%
R=0%
G=61.07%
B=38.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal014995100.360.42158.2610029.22
Hex0955F640242A9e641d
Octal02251371440445223614435
Binary01001010110111111100100010010010101010011110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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