Html Css Color HEX #5AB57F Ocean Green

📋 copy color: '#5AB57F'

red 90 ◦ green 181 ◦ blue 127

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

Shades of Ocean Green #5AB57F

Tints of Ocean Green #5AB57F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.91%

R = 22.61%
G = 45.48%
B = 31.91%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#5AB57F (or 0x5AB57F) is known color: Ocean Green. HEX triplet: 5A, B5 and 7F. RGB value is (90,181,127). Sum of RGB (Red+Green+Blue) = 90+181+127=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB57F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB57F is #A54A80. Grayscale: #939393. Windows color (decimal): -10832513 or 8369498. OLE color: 8369498.

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

Color convert

RGB 90 181 127 -
CMYK 0.50 0 0.30 0.29
HSL 144.4º 0.38% 0.53% -
HSV(B) 144.4º 0.5% 0.71% -
XYZ 24.57 36.75 25.88 -
YUV 147.64 116.35 86.89 -
System Red Green Blue C M Y K H S L
Decimal 90 181 127 0.50 0 0.30 0.29 144.4 0.38 0.53
Hex 5A B5 7F 32 0 1E 1D 90 26 35
Octal 132 265 177 62 0 36 35 220 46 65
Binary 1011010 10110101 1111111 110010 0 11110 11101 10010000 100110 110101

Color Harmonies of #5AB57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB57F

Black with #5AB57F

Text Example


Text Example

White with #5AB57F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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