#00995F

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

Shades of Shamrock Green #00995F

Tints of Shamrock Green #00995F

Color information

#00995F (or 0x00995F) is unknown color: approx Shamrock Green. HEX triplet: 00, 99 and 5F. RGB value is (0,153,95). Sum of RGB (Red+Green+Blue) = 0+153+95=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 153 (60.16% from 255 or 61.69% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 153 - color contains mainly: green. Hex color #00995F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00995F is #FF66A0. Grayscale: #646464. Windows color (decimal): -16737953 or 6265088. OLE color: 6265088.

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

Color convert

RGB015395-
CMYK100.380.4
HSL157.25º100%30%-
HSV(B)157.25º100%60%-
XYZ13.4623.6114.67-
YUV100.64124.8156.22-

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal015395100.380.4157.2510030
Hex0995F64026289d641e
Octal02311371440465023514436
Binary01001100110111111100100010011010100010011101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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