#4AB57A

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

Shades of Ocean Green #4AB57A

Tints of Ocean Green #4AB57A

Color information

#4AB57A (or 0x4AB57A) is unknown color: approx Ocean Green. HEX triplet: 4A, B5 and 7A. RGB value is (74,181,122). Sum of RGB (Red+Green+Blue) = 74+181+122=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 181 (71.09% from 255 or 48.01% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 181 - color contains mainly: green. Hex color #4AB57A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB57A is #B54A85. Grayscale: #8E8E8E. Windows color (decimal): -11881094 or 8041802. OLE color: 8041802.

HSL color Cylindrical-coordinate representation of color #4AB57A: hue angle of 146.92º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB57A is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB74181122-
CMYK0.5900.330.29
HSL146.92º41.96%50%-
HSV(B)146.92º59.12%70.98%-
XYZ22.8635.9124.14-
YUV142.28116.5579.3-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.63%
GREEN value IS 181 (71.09% from 255) = 48.01%
BLUE value IS 122 (48.05% from 255) = 32.36%
R=19.63%
G=48.01%
B=32.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal741811220.5900.330.29146.9241.9650
Hex4AB57A3B0211D932a32
Octal11226517273041352235262
Binary100101010110101111101011101101000011110110010011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,181,122); }

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

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

 a { background-color: rgb(74,181,122); }

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

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

 span { border-color: rgb(74,181,122); }

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