#5A9C70

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

Shades of Ocean Green #5A9C70

Tints of Ocean Green #5A9C70

Color information

#5A9C70 (or 0x5A9C70) is unknown color: approx Ocean Green. HEX triplet: 5A, 9C and 70. RGB value is (90,156,112). Sum of RGB (Red+Green+Blue) = 90+156+112=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 156 - color contains mainly: green. Hex color #5A9C70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9C70 is #A5638F. Grayscale: #838383. Windows color (decimal): -10838928 or 7380058. OLE color: 7380058.

HSL color Cylindrical-coordinate representation of color #5A9C70: hue angle of 140º 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 #5A9C70 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB90156112-
CMYK0.4200.280.39
HSL140º26.83%48.24%-
HSV(B)140º42.31%61.18%-
XYZ19.0327.1219.56-
YUV131.25117.1398.58-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.14%
GREEN value IS 156 (61.33% from 255) = 43.58%
BLUE value IS 112 (44.14% from 255) = 31.28%
R=25.14%
G=43.58%
B=31.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal901561120.4200.280.3914026.8348.24
Hex5A9C702A01C278c1b30
Octal13223416052034472143360
Binary10110101001110011100001010100111001001111000110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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