Html Css Color HEX #4EAC78 Ocean Green

📋 copy color: '#4EAC78'

red 78 ◦ green 172 ◦ blue 120

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

Shades of Ocean Green #4EAC78

Tints of Ocean Green #4EAC78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.43%

R = 21.08%
G = 46.49%
B = 32.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#4EAC78 (or 0x4EAC78) is known color: Ocean Green. HEX triplet: 4E, AC and 78. RGB value is (78,172,120). Sum of RGB (Red+Green+Blue) = 78+172+120=370 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.08% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #4EAC78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAC78 is #B15387. Grayscale: #8A8A8A. Windows color (decimal): -11621256 or 7908430. OLE color: 7908430.

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

Color convert

RGB 78 172 120 -
CMYK 0.55 0 0.30 0.33
HSL 146.81º 0.38% 0.49% -
HSV(B) 146.81º 0.55% 0.67% -
XYZ 21.28 32.48 22.92 -
YUV 137.97 117.86 85.23 -
System Red Green Blue C M Y K H S L
Decimal 78 172 120 0.55 0 0.30 0.33 146.81 0.38 0.49
Hex 4E AC 78 37 0 1E 21 93 26 31
Octal 116 254 170 67 0 36 41 223 46 61
Binary 1001110 10101100 1111000 110111 0 11110 100001 10010011 100110 110001

Color Harmonies of #4EAC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAC78

Black with #4EAC78

Text Example


Text Example

White with #4EAC78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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