Html Css Color HEX #4EAD6D Ocean Green

📋 copy color: '#4EAD6D'

red 78 ◦ green 173 ◦ blue 109

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

Shades of Ocean Green #4EAD6D

Tints of Ocean Green #4EAD6D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 48.06%

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

R = 21.67%
G = 48.06%
B = 30.28%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#4EAD6D (or 0x4EAD6D) is known color: Ocean Green. HEX triplet: 4E, AD and 6D. RGB value is (78,173,109). Sum of RGB (Red+Green+Blue) = 78+173+109=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 173 - color contains mainly: green. Hex color #4EAD6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAD6D is #B15292. Grayscale: #898989. Windows color (decimal): -11621011 or 7187790. OLE color: 7187790.

HSL color Cylindrical-coordinate representation of color #4EAD6D: hue angle of 139.58º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAD6D is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 78 173 109 -
CMYK 0.55 0 0.37 0.32
HSL 139.58º 0.38% 0.49% -
HSV(B) 139.58º 0.55% 0.68% -
XYZ 20.85 32.61 19.66 -
YUV 137.3 112.03 85.7 -
System Red Green Blue C M Y K H S L
Decimal 78 173 109 0.55 0 0.37 0.32 139.58 0.38 0.49
Hex 4E AD 6D 37 0 25 20 8C 26 31
Octal 116 255 155 67 0 45 40 214 46 61
Binary 1001110 10101101 1101101 110111 0 100101 100000 10001100 100110 110001

Color Harmonies of #4EAD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAD6D

Black with #4EAD6D

Text Example


Text Example

White with #4EAD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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