#00985E

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

Shades of Shamrock Green #00985E

Tints of Shamrock Green #00985E

Color information

#00985E (or 0x00985E) is unknown color: approx Shamrock Green. HEX triplet: 00, 98 and 5E. RGB value is (0,152,94). Sum of RGB (Red+Green+Blue) = 0+152+94=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 152 (59.77% from 255 or 61.79% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 152 - color contains mainly: green. Hex color #00985E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00985E is #FF67A1. Grayscale: #646464. Windows color (decimal): -16738210 or 6199296. OLE color: 6199296.

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

Color convert

RGB015294-
CMYK100.380.40
HSL157.11º100%29.8%-
HSV(B)157.11º100%59.61%-
XYZ13.2523.2614.38-
YUV99.94124.6456.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 152 (59.77% from 255) = 61.79%
BLUE value IS 94 (37.11% from 255) = 38.21%
R=0%
G=61.79%
B=38.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal015294100.380.40157.1110029.8
Hex0985E64026289d641e
Octal02301361440465023514436
Binary01001100010111101100100010011010100010011101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00985E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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