Html Css Color HEX #4EAC73 Ocean Green

📋 copy color: '#4EAC73'

red 78 ◦ green 172 ◦ blue 115

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

Shades of Ocean Green #4EAC73

Tints of Ocean Green #4EAC73

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.12%

 BLUE value IS 115 (45.31% from 255) = 31.51%

R = 21.37%
G = 47.12%
B = 31.51%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#4EAC73 (or 0x4EAC73) is known color: Ocean Green. HEX triplet: 4E, AC and 73. RGB value is (78,172,115). Sum of RGB (Red+Green+Blue) = 78+172+115=365 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.37% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 172 - color contains mainly: green. Hex color #4EAC73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAC73 is #B1538C. Grayscale: #898989. Windows color (decimal): -11621261 or 7580750. OLE color: 7580750.

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

Color convert

RGB 78 172 115 -
CMYK 0.55 0 0.33 0.33
HSL 143.62º 0.38% 0.49% -
HSV(B) 143.62º 0.55% 0.67% -
XYZ 20.99 32.36 21.36 -
YUV 137.4 115.36 85.63 -
System Red Green Blue C M Y K H S L
Decimal 78 172 115 0.55 0 0.33 0.33 143.62 0.38 0.49
Hex 4E AC 73 37 0 21 21 90 26 31
Octal 116 254 163 67 0 41 41 220 46 61
Binary 1001110 10101100 1110011 110111 0 100001 100001 10010000 100110 110001

Color Harmonies of #4EAC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAC73

Black with #4EAC73

Text Example


Text Example

White with #4EAC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,172,115); }

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

background-color css

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

 a { background-color: rgb(78,172,115); }

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

border-color css

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

 span { border-color: rgb(78,172,115); }

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