#5AB57A

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

Shades of Ocean Green #5AB57A

Tints of Ocean Green #5AB57A

Color information

#5AB57A (or 0x5AB57A) is unknown color: approx Ocean Green. HEX triplet: 5A, B5 and 7A. RGB value is (90,181,122). Sum of RGB (Red+Green+Blue) = 90+181+122=393 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.90% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB57A is #A54A85. Grayscale: #939393. Windows color (decimal): -10832518 or 8041818. OLE color: 8041818.

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

Color convert

RGB90181122-
CMYK0.5000.330.29
HSL141.1º38.08%53.14%-
HSV(B)141.1º50.28%70.98%-
XYZ24.2536.6324.2-
YUV147.06113.8587.3-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.90%
GREEN value IS 181 (71.09% from 255) = 46.06%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=22.90%
G=46.06%
B=31.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal901811220.5000.330.29141.138.0853.14
Hex5AB57A320211D8d2635
Octal13226517262041352154665
Binary101101010110101111101011001001000011110110001101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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