#01975A

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

Shades of Shamrock Green #01975A

Tints of Shamrock Green #01975A

Color information

#01975A (or 0x01975A) is unknown color: approx Shamrock Green. HEX triplet: 01, 97 and 5A. RGB value is (1,151,90). Sum of RGB (Red+Green+Blue) = 1+151+90=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 151 (59.38% from 255 or 62.40% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 151 - color contains mainly: green. Hex color #01975A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01975A is #FE68A5. Grayscale: #636363. Windows color (decimal): -16672934 or 5936897. OLE color: 5936897.

HSL color Cylindrical-coordinate representation of color #01975A: hue angle of 155.6º 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 #01975A is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB115190-
CMYK0.9900.400.41
HSL155.6º98.68%29.8%-
HSV(B)155.6º99.34%59.22%-
XYZ12.9222.8813.41-
YUV99.2122.857.96-

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) = 62.40%
BLUE value IS 90 (35.55% from 255) = 37.19%
R=0.41%
G=62.40%
B=37.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151900.9900.400.41155.698.6829.8
Hex1975A63028299c631e
Octal12271321430505123414336
Binary11001011110110101100011010100010100110011100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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