Html Css Color HEX #00985E Shamrock Green

📋 copy color: '#00985E'

red 0 ◦ green 152 ◦ blue 94

#00985E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock Green #00985E

Tints of Shamrock Green #00985E

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 value IS 1

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#00985E (or 0x00985E) is known color: 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

RGB 0 152 94 -
CMYK 1 0 0.38 0.40
HSL 157.11º 1% 0.3% -
HSV(B) 157.11º 1% 0.6% -
XYZ 13.25 23.26 14.38 -
YUV 99.94 124.64 56.72 -
System Red Green Blue C M Y K H S L
Decimal 0 152 94 1 0 0.38 0.40 157.11 1 0.3
Hex 0 98 5E 64 0 26 28 9D 64 1E
Octal 0 230 136 144 0 46 50 235 144 36
Binary 0 10011000 1011110 1100100 0 100110 101000 10011101 1100100 11110

Color Harmonies of #00985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00985E

Black with #00985E

Text Example


Text Example

White with #00985E

Text Example


Text Example

HTML Codes & Css Web 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>