Html Css Color HEX #5AB57C Ocean Green

📋 copy color: '#5AB57C'

red 90 ◦ green 181 ◦ blue 124

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

Shades of Ocean Green #5AB57C

Tints of Ocean Green #5AB57C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.39%

R = 22.78%
G = 45.82%
B = 31.39%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#5AB57C (or 0x5AB57C) is known color: Ocean Green. HEX triplet: 5A, B5 and 7C. RGB value is (90,181,124). Sum of RGB (Red+Green+Blue) = 90+181+124=395 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.78% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB57C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB57C is #A54A83. Grayscale: #939393. Windows color (decimal): -10832516 or 8172890. OLE color: 8172890.

HSL color Cylindrical-coordinate representation of color #5AB57C: hue angle of 142.42º 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 #5AB57C is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 181 124 -
CMYK 0.50 0 0.31 0.29
HSL 142.42º 0.38% 0.53% -
HSV(B) 142.42º 0.5% 0.71% -
XYZ 24.38 36.68 24.86 -
YUV 147.29 114.85 87.13 -
System Red Green Blue C M Y K H S L
Decimal 90 181 124 0.50 0 0.31 0.29 142.42 0.38 0.53
Hex 5A B5 7C 32 0 1F 1D 8E 26 35
Octal 132 265 174 62 0 37 35 216 46 65
Binary 1011010 10110101 1111100 110010 0 11111 11101 10001110 100110 110101

Color Harmonies of #5AB57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB57C

Black with #5AB57C

Text Example


Text Example

White with #5AB57C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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