#4AB26D

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

Shades of Ocean Green #4AB26D

Tints of Ocean Green #4AB26D

Color information

#4AB26D (or 0x4AB26D) is unknown color: approx Ocean Green. HEX triplet: 4A, B2 and 6D. RGB value is (74,178,109). Sum of RGB (Red+Green+Blue) = 74+178+109=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 178 (69.92% from 255 or 49.31% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB26D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB26D is #B54D92. Grayscale: #8B8B8B. Windows color (decimal): -11881875 or 7189066. OLE color: 7189066.

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

Color convert

RGB74178109-
CMYK0.5800.390.30
HSL140.19º41.27%49.41%-
HSV(B)140.19º58.43%69.8%-
XYZ21.534.419.97-
YUV139.04111.0481.61-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.50%
GREEN value IS 178 (69.92% from 255) = 49.31%
BLUE value IS 109 (42.97% from 255) = 30.19%
R=20.50%
G=49.31%
B=30.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal741781090.5800.390.30140.1941.2749.41
Hex4AB26D3A0271E8c2931
Octal11226215572047362145161
Binary100101010110010110110111101001001111111010001100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,178,109); }

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

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

 a { background-color: rgb(74,178,109); }

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

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

 span { border-color: rgb(74,178,109); }

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