#5AA46C

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

Shades of Ocean Green #5AA46C

Tints of Ocean Green #5AA46C

Color information

#5AA46C (or 0x5AA46C) is unknown color: approx Ocean Green. HEX triplet: 5A, A4 and 6C. RGB value is (90,164,108). Sum of RGB (Red+Green+Blue) = 90+164+108=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 164 (64.45% from 255 or 45.30% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 164 - color contains mainly: green. Hex color #5AA46C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA46C is #A55B93. Grayscale: #878787. Windows color (decimal): -10836884 or 7119962. OLE color: 7119962.

HSL color Cylindrical-coordinate representation of color #5AA46C: hue angle of 134.59º 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 #5AA46C is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB90164108-
CMYK0.4500.340.36
HSL134.59º29.13%49.8%-
HSV(B)134.59º45.12%64.31%-
XYZ20.229.8118.88-
YUV135.49112.4895.55-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.86%
GREEN value IS 164 (64.45% from 255) = 45.30%
BLUE value IS 108 (42.58% from 255) = 29.83%
R=24.86%
G=45.30%
B=29.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal901641080.4500.340.36134.5929.1349.8
Hex5AA46C2D02224871d32
Octal13224415455042442073562
Binary101101010100100110110010110101000101001001000011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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