#5AAC71

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

Shades of Ocean Green #5AAC71

Tints of Ocean Green #5AAC71

Color information

#5AAC71 (or 0x5AAC71) is unknown color: approx Ocean Green. HEX triplet: 5A, AC and 71. RGB value is (90,172,113). Sum of RGB (Red+Green+Blue) = 90+172+113=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAC71 is #A5538E. Grayscale: #8C8C8C. Windows color (decimal): -10834831 or 7449690. OLE color: 7449690.

HSL color Cylindrical-coordinate representation of color #5AAC71: hue angle of 136.83º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AAC71 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB90172113-
CMYK0.4800.340.33
HSL136.83º33.06%51.37%-
HSV(B)136.83º47.67%67.45%-
XYZ21.9532.8720.81-
YUV140.76112.3391.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24%
GREEN value IS 172 (67.58% from 255) = 45.87%
BLUE value IS 113 (44.53% from 255) = 30.13%
R=24%
G=45.87%
B=30.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901721130.4800.340.33136.8333.0651.37
Hex5AAC713002221892133
Octal13225416160042412114163
Binary1011010101011001110001110000010001010000110001001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,172,113); }

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

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

 a { background-color: rgb(90,172,113); }

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

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

 span { border-color: rgb(90,172,113); }

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