#4E9A6F

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

Shades of Ocean Green #4E9A6F

Tints of Ocean Green #4E9A6F

Color information

#4E9A6F (or 0x4E9A6F) is unknown color: approx Ocean Green. HEX triplet: 4E, 9A and 6F. RGB value is (78,154,111). Sum of RGB (Red+Green+Blue) = 78+154+111=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 154 - color contains mainly: green. Hex color #4E9A6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9A6F is #B16590. Grayscale: #7E7E7E. Windows color (decimal): -11625873 or 7313998. OLE color: 7313998.

HSL color Cylindrical-coordinate representation of color #4E9A6F: hue angle of 146.05º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E9A6F is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB78154111-
CMYK0.4900.280.40
HSL146.05º32.76%45.49%-
HSV(B)146.05º49.35%60.39%-
XYZ17.5725.8819.11-
YUV126.37119.3293.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.74%
GREEN value IS 154 (60.55% from 255) = 44.90%
BLUE value IS 111 (43.75% from 255) = 32.36%
R=22.74%
G=44.90%
B=32.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal781541110.4900.280.40146.0532.7645.49
Hex4E9A6F3101C2892212d
Octal11623215761034502224155
Binary100111010011010110111111000101110010100010010010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,154,111); }

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

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

 a { background-color: rgb(78,154,111); }

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

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

 span { border-color: rgb(78,154,111); }

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