#4EA76E

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

Shades of Ocean Green #4EA76E

Tints of Ocean Green #4EA76E

Color information

#4EA76E (or 0x4EA76E) is unknown color: approx Ocean Green. HEX triplet: 4E, A7 and 6E. RGB value is (78,167,110). Sum of RGB (Red+Green+Blue) = 78+167+110=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 167 (65.62% from 255 or 47.04% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 167 - color contains mainly: green. Hex color #4EA76E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA76E is #B15891. Grayscale: #868686. Windows color (decimal): -11622546 or 7251790. OLE color: 7251790.

HSL color Cylindrical-coordinate representation of color #4EA76E: hue angle of 141.57º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4EA76E is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB78167110-
CMYK0.5300.340.35
HSL141.57º36.33%48.04%-
HSV(B)141.57º53.29%65.49%-
XYZ19.7830.3819.57-
YUV133.89114.5188.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.97%
GREEN value IS 167 (65.62% from 255) = 47.04%
BLUE value IS 110 (43.36% from 255) = 30.99%
R=21.97%
G=47.04%
B=30.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal781671100.5300.340.35141.5736.3348.04
Hex4EA76E35022238e2430
Octal11624715665042432164460
Binary1001110101001111101110110101010001010001110001110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,167,110); }

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

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

 a { background-color: rgb(78,167,110); }

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

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

 span { border-color: rgb(78,167,110); }

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