Html Css Color HEX #4EAD6F Ocean Green

📋 copy color: '#4EAD6F'

red 78 ◦ green 173 ◦ blue 111

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

Shades of Ocean Green #4EAD6F

Tints of Ocean Green #4EAD6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.66%

R = 21.55%
G = 47.79%
B = 30.66%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#4EAD6F (or 0x4EAD6F) is known color: Ocean Green. HEX triplet: 4E, AD and 6F. RGB value is (78,173,111). Sum of RGB (Red+Green+Blue) = 78+173+111=362 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.55% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 173 - color contains mainly: green. Hex color #4EAD6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAD6F is #B15290. Grayscale: #898989. Windows color (decimal): -11621009 or 7318862. OLE color: 7318862.

HSL color Cylindrical-coordinate representation of color #4EAD6F: hue angle of 140.84º 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 #4EAD6F is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 78 173 111 -
CMYK 0.55 0 0.36 0.32
HSL 140.84º 0.38% 0.49% -
HSV(B) 140.84º 0.55% 0.68% -
XYZ 20.95 32.65 20.24 -
YUV 137.53 113.03 85.54 -
System Red Green Blue C M Y K H S L
Decimal 78 173 111 0.55 0 0.36 0.32 140.84 0.38 0.49
Hex 4E AD 6F 37 0 24 20 8D 26 31
Octal 116 255 157 67 0 44 40 215 46 61
Binary 1001110 10101101 1101111 110111 0 100100 100000 10001101 100110 110001

Color Harmonies of #4EAD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAD6F

Black with #4EAD6F

Text Example


Text Example

White with #4EAD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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