#01975D

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

Shades of Shamrock Green #01975D

Tints of Shamrock Green #01975D

Color information

#01975D (or 0x01975D) is unknown color: approx Shamrock Green. HEX triplet: 01, 97 and 5D. RGB value is (1,151,93). Sum of RGB (Red+Green+Blue) = 1+151+93=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 151 (59.38% from 255 or 61.63% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 151 - color contains mainly: green. Hex color #01975D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01975D is #FE68A2. Grayscale: #636363. Windows color (decimal): -16672931 or 6133505. OLE color: 6133505.

HSL color Cylindrical-coordinate representation of color #01975D: hue angle of 156.8º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01975D is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB115193-
CMYK0.9900.380.41
HSL156.8º98.68%29.8%-
HSV(B)156.8º99.34%59.22%-
XYZ13.0522.9314.09-
YUV99.54124.357.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 151 (59.38% from 255) = 61.63%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=0.41%
G=61.63%
B=37.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151930.9900.380.41156.898.6829.8
Hex1975D63026299d631e
Octal12271351430465123514336
Binary11001011110111011100011010011010100110011101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01975D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01975D; }

 p { color: rgb(1,151,93); }

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

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

 a { background-color: rgb(1,151,93); }

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

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

 span { border-color: rgb(1,151,93); }

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