Html Css Color HEX #5AA579 Ocean Green

📋 copy color: '#5AA579'

red 90 ◦ green 165 ◦ blue 121

#5AA579
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #5AA579

Tints of Ocean Green #5AA579

RGB

 RED value IS 90 (35.55% from 255) = 23.94%

 GREEN value IS 165 (64.84% from 255) = 43.88%

 BLUE value IS 121 (47.66% from 255) = 32.18%

R = 23.94%
G = 43.88%
B = 32.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#5AA579 (or 0x5AA579) is known color: Ocean Green. HEX triplet: 5A, A5 and 79. RGB value is (90,165,121). Sum of RGB (Red+Green+Blue) = 90+165+121=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 165 - color contains mainly: green. Hex color #5AA579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA579 is #A55A86. Grayscale: #898989. Windows color (decimal): -10836615 or 7972186. OLE color: 7972186.

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

Color convert

RGB 90 165 121 -
CMYK 0.45 0 0.27 0.35
HSL 144.8º 0.29% 0.5% -
HSV(B) 144.8º 0.45% 0.65% -
XYZ 21.12 30.46 22.86 -
YUV 137.56 118.65 94.08 -
System Red Green Blue C M Y K H S L
Decimal 90 165 121 0.45 0 0.27 0.35 144.8 0.29 0.5
Hex 5A A5 79 2D 0 1B 23 91 1D 32
Octal 132 245 171 55 0 33 43 221 35 62
Binary 1011010 10100101 1111001 101101 0 11011 100011 10010001 11101 110010

Color Harmonies of #5AA579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA579

Black with #5AA579

Text Example


Text Example

White with #5AA579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,165,121); }

 H1.HeaderClassName
 {
   color: #5AA579;
 }
 .AnyTagClassName
 {
   color: #5AA579;
 }
</style>

background-color css

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

 a { background-color: rgb(90,165,121); }

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

border-color css

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

 span { border-color: rgb(90,165,121); }

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