#4EB16B

Color #4EB16B Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #4EB16B

Tints of Ocean Green #4EB16B

Color information

#4EB16B (or 0x4EB16B) is unknown color: approx Ocean Green. HEX triplet: 4E, B1 and 6B. RGB value is (78,177,107). Sum of RGB (Red+Green+Blue) = 78+177+107=362 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.55% from 362); Green value is 177 (69.53% from 255 or 48.90% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 177 - color contains mainly: green. Hex color #4EB16B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EB16B is #B14E94. Grayscale: #8B8B8B. Windows color (decimal): -11619989 or 7057742. OLE color: 7057742.

HSL color Cylindrical-coordinate representation of color #4EB16B: hue angle of 137.58º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4EB16B is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB78177107-
CMYK0.5600.400.31
HSL137.58º38.82%50%-
HSV(B)137.58º55.93%69.41%-
XYZ21.5234.1319.36-
YUV139.42109.784.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.55%
GREEN value IS 177 (69.53% from 255) = 48.90%
BLUE value IS 107 (42.19% from 255) = 29.56%
R=21.55%
G=48.90%
B=29.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781771070.5600.400.31137.5838.8250
Hex4EB16B380281F8a2732
Octal11626115370050372124762
Binary100111010110001110101111100001010001111110001010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,177,107); }

 H1.HeaderClassName
 {
   color: #4EB16B;
 }
 .AnyTagClassName
 {
   color: #4EB16B;
 }
</style>
background-color css

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

 a { background-color: rgb(78,177,107); }

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

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

 span { border-color: rgb(78,177,107); }

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