#5AA471

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

Shades of Ocean Green #5AA471

Tints of Ocean Green #5AA471

Color information

#5AA471 (or 0x5AA471) is unknown color: approx Ocean Green. HEX triplet: 5A, A4 and 71. RGB value is (90,164,113). Sum of RGB (Red+Green+Blue) = 90+164+113=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 164 - color contains mainly: green. Hex color #5AA471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA471 is #A55B8E. Grayscale: #888888. Windows color (decimal): -10836879 or 7447642. OLE color: 7447642.

HSL color Cylindrical-coordinate representation of color #5AA471: hue angle of 138.65º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5AA471 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB90164113-
CMYK0.4500.310.36
HSL138.65º29.13%49.8%-
HSV(B)138.65º45.12%64.31%-
XYZ20.4729.9220.32-
YUV136.06114.9895.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.52%
GREEN value IS 164 (64.45% from 255) = 44.69%
BLUE value IS 113 (44.53% from 255) = 30.79%
R=24.52%
G=44.69%
B=30.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal901641130.4500.310.36138.6529.1349.8
Hex5AA4712D01F248b1d32
Octal13224416155037442133562
Binary10110101010010011100011011010111111001001000101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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