#00935D

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

Shades of Shamrock Green #00935D

Tints of Shamrock Green #00935D

Color information

#00935D (or 0x00935D) is unknown color: approx Shamrock Green. HEX triplet: 00, 93 and 5D. RGB value is (0,147,93). Sum of RGB (Red+Green+Blue) = 0+147+93=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 147 (57.81% from 255 or 61.25% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 147 - color contains mainly: green. Hex color #00935D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00935D is #FF6CA2. Grayscale: #606060. Windows color (decimal): -16739491 or 6132480. OLE color: 6132480.

HSL color Cylindrical-coordinate representation of color #00935D: hue angle of 157.96º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00935D is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB014793-
CMYK100.370.42
HSL157.96º100%28.82%-
HSV(B)157.96º100%57.65%-
XYZ12.4121.6613.88-
YUV96.89125.858.89-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 147 (57.81% from 255) = 61.25%
BLUE value IS 93 (36.72% from 255) = 38.75%
R=0%
G=61.25%
B=38.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal014793100.370.42157.9610028.82
Hex0935D640252A9e641d
Octal02231351440455223614435
Binary01001001110111011100100010010110101010011110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00935D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,147,93); }

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

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

 a { background-color: rgb(0,147,93); }

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

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

 span { border-color: rgb(0,147,93); }

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