Html Css Color HEX #5AB57A Ocean Green

📋 copy color: '#5AB57A'

red 90 ◦ green 181 ◦ blue 122

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

Shades of Ocean Green #5AB57A

Tints of Ocean Green #5AB57A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.06%

 BLUE value IS 122 (48.05% from 255) = 31.04%

R = 22.9%
G = 46.06%
B = 31.04%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#5AB57A (or 0x5AB57A) is known color: Ocean Green. HEX triplet: 5A, B5 and 7A. RGB value is (90,181,122). Sum of RGB (Red+Green+Blue) = 90+181+122=393 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.90% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB57A is #A54A85. Grayscale: #939393. Windows color (decimal): -10832518 or 8041818. OLE color: 8041818.

HSL color Cylindrical-coordinate representation of color #5AB57A: hue angle of 141.1º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB57A is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 181 122 -
CMYK 0.50 0 0.33 0.29
HSL 141.1º 0.38% 0.53% -
HSV(B) 141.1º 0.5% 0.71% -
XYZ 24.25 36.63 24.2 -
YUV 147.07 113.85 87.3 -
System Red Green Blue C M Y K H S L
Decimal 90 181 122 0.50 0 0.33 0.29 141.1 0.38 0.53
Hex 5A B5 7A 32 0 21 1D 8D 26 35
Octal 132 265 172 62 0 41 35 215 46 65
Binary 1011010 10110101 1111010 110010 0 100001 11101 10001101 100110 110101

Color Harmonies of #5AB57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB57A

Black with #5AB57A

Text Example


Text Example

White with #5AB57A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,181,122); }

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

background-color css

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

 a { background-color: rgb(90,181,122); }

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

border-color css

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

 span { border-color: rgb(90,181,122); }

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