#4EA16D

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

Shades of Ocean Green #4EA16D

Tints of Ocean Green #4EA16D

Color information

#4EA16D (or 0x4EA16D) is unknown color: approx Ocean Green. HEX triplet: 4E, A1 and 6D. RGB value is (78,161,109). Sum of RGB (Red+Green+Blue) = 78+161+109=348 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.41% from 348); Green value is 161 (63.28% from 255 or 46.26% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 161 - color contains mainly: green. Hex color #4EA16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA16D is #B15E92. Grayscale: #828282. Windows color (decimal): -11624083 or 7184718. OLE color: 7184718.

HSL color Cylindrical-coordinate representation of color #4EA16D: hue angle of 142.41º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA16D is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB78161109-
CMYK0.5200.320.37
HSL142.41º34.73%46.86%-
HSV(B)142.41º51.55%63.14%-
XYZ18.6528.2118.93-
YUV130.2611690.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.41%
GREEN value IS 161 (63.28% from 255) = 46.26%
BLUE value IS 109 (42.97% from 255) = 31.32%
R=22.41%
G=46.26%
B=31.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal781611090.5200.320.37142.4134.7346.86
Hex4EA16D34020258e232f
Octal11624115564040452164357
Binary1001110101000011101101110100010000010010110001110100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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