#00975E

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

Shades of Shamrock Green #00975E

Tints of Shamrock Green #00975E

Color information

#00975E (or 0x00975E) is unknown color: approx Shamrock Green. HEX triplet: 00, 97 and 5E. RGB value is (0,151,94). Sum of RGB (Red+Green+Blue) = 0+151+94=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 151 (59.38% from 255 or 61.63% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 151 - color contains mainly: green. Hex color #00975E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00975E is #FF68A1. Grayscale: #636363. Windows color (decimal): -16738466 or 6199040. OLE color: 6199040.

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

Color convert

RGB015194-
CMYK100.380.41
HSL157.35º100%29.61%-
HSV(B)157.35º100%59.22%-
XYZ13.0922.9414.33-
YUV99.35124.9757.13-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 151 (59.38% from 255) = 61.63%
BLUE value IS 94 (37.11% from 255) = 38.37%
R=0%
G=61.63%
B=38.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal015194100.380.41157.3510029.61
Hex0975E64026299d641e
Octal02271361440465123514436
Binary01001011110111101100100010011010100110011101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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