#009155

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

Shades of Shamrock Green #009155

Tints of Shamrock Green #009155

Color information

#009155 (or 0x009155) is unknown color: approx Shamrock Green. HEX triplet: 00, 91 and 55. RGB value is (0,145,85). Sum of RGB (Red+Green+Blue) = 0+145+85=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 145 (57.03% from 255 or 63.04% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 145 - color contains mainly: green. Hex color #009155 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009155 is #FF6EAA. Grayscale: #5E5E5E. Windows color (decimal): -16740011 or 5607680. OLE color: 5607680.

HSL color Cylindrical-coordinate representation of color #009155: hue angle of 155.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009155 is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB014585-
CMYK100.410.43
HSL155.17º100%28.43%-
HSV(B)155.17º100%56.86%-
XYZ11.7720.9112.01-
YUV94.8122.4660.38-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 145 (57.03% from 255) = 63.04%
BLUE value IS 85 (33.59% from 255) = 36.96%
R=0%
G=63.04%
B=36.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal014585100.410.43155.1710028.43
Hex09155640292B9b641c
Octal02211251440515323314434
Binary01001000110101011100100010100110101110011011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009155; }

 p { color: rgb(0,145,85); }

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

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

 a { background-color: rgb(0,145,85); }

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

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

 span { border-color: rgb(0,145,85); }

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