#00935F

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

Shades of Shamrock Green #00935F

Tints of Shamrock Green #00935F

Color information

#00935F (or 0x00935F) is unknown color: approx Shamrock Green. HEX triplet: 00, 93 and 5F. RGB value is (0,147,95). Sum of RGB (Red+Green+Blue) = 0+147+95=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 147 (57.81% from 255 or 60.74% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 147 - color contains mainly: green. Hex color #00935F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00935F is #FF6CA0. Grayscale: #616161. Windows color (decimal): -16739489 or 6263552. OLE color: 6263552.

HSL color Cylindrical-coordinate representation of color #00935F: hue angle of 158.78º 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 #00935F is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB014795-
CMYK100.350.42
HSL158.78º100%28.82%-
HSV(B)158.78º100%57.65%-
XYZ12.521.6914.35-
YUV97.12126.858.73-

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) = 60.74%
BLUE value IS 95 (37.5% from 255) = 39.26%
R=0%
G=60.74%
B=39.26%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal014795100.350.42158.7810028.82
Hex0935F640232A9f641d
Octal02231371440435223714435
Binary01001001110111111100100010001110101010011111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00935F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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