Html Css Color HEX #4E986D Ocean Green

📋 copy color: '#4E986D'

red 78 ◦ green 152 ◦ blue 109

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

Shades of Ocean Green #4E986D

Tints of Ocean Green #4E986D

RGB

 RED value IS 78 (30.86% from 255) = 23.01%

 GREEN value IS 152 (59.77% from 255) = 44.84%

 BLUE value IS 109 (42.97% from 255) = 32.15%

R = 23.01%
G = 44.84%
B = 32.15%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#4E986D (or 0x4E986D) is known color: Ocean Green. HEX triplet: 4E, 98 and 6D. RGB value is (78,152,109). Sum of RGB (Red+Green+Blue) = 78+152+109=339 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.01% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #4E986D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E986D is #B16792. Grayscale: #7D7D7D. Windows color (decimal): -11626387 or 7182414. OLE color: 7182414.

HSL color Cylindrical-coordinate representation of color #4E986D: hue angle of 145.14º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E986D is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 78 152 109 -
CMYK 0.49 0 0.28 0.40
HSL 145.14º 0.32% 0.45% -
HSV(B) 145.14º 0.49% 0.6% -
XYZ 17.13 25.18 18.43 -
YUV 124.97 118.98 94.5 -
System Red Green Blue C M Y K H S L
Decimal 78 152 109 0.49 0 0.28 0.40 145.14 0.32 0.45
Hex 4E 98 6D 31 0 1C 28 91 20 2D
Octal 116 230 155 61 0 34 50 221 40 55
Binary 1001110 10011000 1101101 110001 0 11100 101000 10010001 100000 101101

Color Harmonies of #4E986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E986D

Black with #4E986D

Text Example


Text Example

White with #4E986D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E986D; }

 p { color: rgb(78,152,109); }

 H1.HeaderClassName
 {
   color: #4E986D;
 }
 .AnyTagClassName
 {
   color: #4E986D;
 }
</style>

background-color css

<style>
 a { background-color: #4E986D; }

 a { background-color: rgb(78,152,109); }

 div.DivClassName
 {
   background-color: #4E986D;
 }
 .BgClassName
 {
   background-color: #4E986D;
 }
</style>

border-color css

<style>
 span { border-color: #4E986D; }

 span { border-color: rgb(78,152,109); }

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