#00915E

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

Shades of Shamrock Green #00915E

Tints of Shamrock Green #00915E

Color information

#00915E (or 0x00915E) is unknown color: approx Shamrock Green. HEX triplet: 00, 91 and 5E. RGB value is (0,145,94). Sum of RGB (Red+Green+Blue) = 0+145+94=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 145 (57.03% from 255 or 60.67% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 145 - color contains mainly: green. Hex color #00915E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00915E is #FF6EA1. Grayscale: #5F5F5F. Windows color (decimal): -16740002 or 6197504. OLE color: 6197504.

HSL color Cylindrical-coordinate representation of color #00915E: hue angle of 158.9º 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 #00915E is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB014594-
CMYK100.350.43
HSL158.9º100%28.43%-
HSV(B)158.9º100%56.86%-
XYZ12.1521.0614.01-
YUV95.83126.9659.65-

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) = 60.67%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=0%
G=60.67%
B=39.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal014594100.350.43158.910028.43
Hex0915E640232B9f641c
Octal02211361440435323714434
Binary01001000110111101100100010001110101110011111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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