Html Css Color HEX #5EA58D Patina

📋 copy color: '#5EA58D'

red 94 ◦ green 165 ◦ blue 141

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

Shades of Patina #5EA58D

Tints of Patina #5EA58D

RGB

 RED value IS 94 (37.11% from 255) = 23.5%

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

 BLUE value IS 141 (55.47% from 255) = 35.25%

R = 23.5%
G = 41.25%
B = 35.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#5EA58D (or 0x5EA58D) is known color: Patina. HEX triplet: 5E, A5 and 8D. RGB value is (94,165,141). Sum of RGB (Red+Green+Blue) = 94+165+141=400 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.5% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 165 - color contains mainly: green. Hex color #5EA58D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA58D is #A15A72. Grayscale: #8D8D8D. Windows color (decimal): -10574451 or 9282910. OLE color: 9282910.

HSL color Cylindrical-coordinate representation of color #5EA58D: hue angle of 159.72º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5EA58D is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 94 165 141 -
CMYK 0.43 0 0.15 0.35
HSL 159.72º 0.28% 0.51% -
HSV(B) 159.72º 0.43% 0.65% -
XYZ 22.88 31.21 30.02 -
YUV 141.04 127.98 94.45 -
System Red Green Blue C M Y K H S L
Decimal 94 165 141 0.43 0 0.15 0.35 159.72 0.28 0.51
Hex 5E A5 8D 2B 0 F 23 A0 1C 33
Octal 136 245 215 53 0 17 43 240 34 63
Binary 1011110 10100101 10001101 101011 0 1111 100011 10100000 11100 110011

Color Harmonies of #5EA58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA58D

Black with #5EA58D

Text Example


Text Example

White with #5EA58D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,165,141); }

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

background-color css

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

 a { background-color: rgb(94,165,141); }

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

border-color css

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

 span { border-color: rgb(94,165,141); }

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