#00995C

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

Shades of Shamrock Green #00995C

Tints of Shamrock Green #00995C

Color information

#00995C (or 0x00995C) is unknown color: approx Shamrock Green. HEX triplet: 00, 99 and 5C. RGB value is (0,153,92). Sum of RGB (Red+Green+Blue) = 0+153+92=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 153 (60.16% from 255 or 62.45% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 153 - color contains mainly: green. Hex color #00995C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00995C is #FF66A3. Grayscale: #646464. Windows color (decimal): -16737956 or 6068480. OLE color: 6068480.

HSL color Cylindrical-coordinate representation of color #00995C: hue angle of 156.08º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00995C is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB015392-
CMYK100.400.4
HSL156.08º100%30%-
HSV(B)156.08º100%60%-
XYZ13.3223.5613.97-
YUV100.3123.3156.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 153 (60.16% from 255) = 62.45%
BLUE value IS 92 (36.33% from 255) = 37.55%
R=0%
G=62.45%
B=37.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal015392100.400.4156.0810030
Hex0995C64028289c641e
Octal02311341440505023414436
Binary01001100110111001100100010100010100010011100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00995C; }

 p { color: rgb(0,153,92); }

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

<style>
 a { background-color: #00995C; }

 a { background-color: rgb(0,153,92); }

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

<style>
 span { border-color: #00995C; }

 span { border-color: rgb(0,153,92); }

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