#5A9C73

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

Shades of Ocean Green #5A9C73

Tints of Ocean Green #5A9C73

Color information

#5A9C73 (or 0x5A9C73) is unknown color: approx Ocean Green. HEX triplet: 5A, 9C and 73. RGB value is (90,156,115). Sum of RGB (Red+Green+Blue) = 90+156+115=361 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.93% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 156 - color contains mainly: green. Hex color #5A9C73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9C73 is #A5638C. Grayscale: #838383. Windows color (decimal): -10838925 or 7576666. OLE color: 7576666.

HSL color Cylindrical-coordinate representation of color #5A9C73: hue angle of 142.73º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A9C73 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB90156115-
CMYK0.4200.260.39
HSL142.73º26.83%48.24%-
HSV(B)142.73º42.31%61.18%-
XYZ19.227.1920.46-
YUV131.59118.6398.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.93%
GREEN value IS 156 (61.33% from 255) = 43.21%
BLUE value IS 115 (45.31% from 255) = 31.86%
R=24.93%
G=43.21%
B=31.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal901561150.4200.260.39142.7326.8348.24
Hex5A9C732A01A278f1b30
Octal13223416352032472173360
Binary10110101001110011100111010100110101001111000111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,156,115); }

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

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

 a { background-color: rgb(90,156,115); }

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

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

 span { border-color: rgb(90,156,115); }

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