#4EB26A

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

Shades of Ocean Green #4EB26A

Tints of Ocean Green #4EB26A

Color information

#4EB26A (or 0x4EB26A) is unknown color: approx Ocean Green. HEX triplet: 4E, B2 and 6A. RGB value is (78,178,106). Sum of RGB (Red+Green+Blue) = 78+178+106=362 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.55% from 362); Green value is 178 (69.92% from 255 or 49.17% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 178 - color contains mainly: green. Hex color #4EB26A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EB26A is #B14D95. Grayscale: #8C8C8C. Windows color (decimal): -11619734 or 6992462. OLE color: 6992462.

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

Color convert

RGB78178106-
CMYK0.5600.400.30
HSL136.8º39.37%50.2%-
HSV(B)136.8º56.18%69.8%-
XYZ21.6634.519.15-
YUV139.89108.8783.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.55%
GREEN value IS 178 (69.92% from 255) = 49.17%
BLUE value IS 106 (41.80% from 255) = 29.28%
R=21.55%
G=49.17%
B=29.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal781781060.5600.400.30136.839.3750.2
Hex4EB26A380281E892732
Octal11626215270050362114762
Binary100111010110010110101011100001010001111010001001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,178,106); }

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

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

 a { background-color: rgb(78,178,106); }

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

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

 span { border-color: rgb(78,178,106); }

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