#01915B

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

Shades of Shamrock Green #01915B

Tints of Shamrock Green #01915B

Color information

#01915B (or 0x01915B) is unknown color: approx Shamrock Green. HEX triplet: 01, 91 and 5B. RGB value is (1,145,91). Sum of RGB (Red+Green+Blue) = 1+145+91=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 145 (57.03% from 255 or 61.18% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 145 - color contains mainly: green. Hex color #01915B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01915B is #FE6EA4. Grayscale: #5F5F5F. Windows color (decimal): -16674469 or 6000897. OLE color: 6000897.

HSL color Cylindrical-coordinate representation of color #01915B: hue angle of 157.5º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01915B is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB114591-
CMYK0.9900.370.43
HSL157.5º98.63%28.63%-
HSV(B)157.5º99.31%56.86%-
XYZ12.0321.0113.32-
YUV95.79125.2960.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 145 (57.03% from 255) = 61.18%
BLUE value IS 91 (35.94% from 255) = 38.40%
R=0.42%
G=61.18%
B=38.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1145910.9900.370.43157.598.6328.63
Hex1915B630252B9e631d
Octal12211331430455323614335
Binary11001000110110111100011010010110101110011110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01915B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01915B; }

 p { color: rgb(1,145,91); }

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

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

 a { background-color: rgb(1,145,91); }

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

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

 span { border-color: rgb(1,145,91); }

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