Html Css Color HEX #05E5A0 Medium Spring Green

📋 copy color: '#05E5A0'

red 5 ◦ green 229 ◦ blue 160

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

Shades of Medium Spring Green #05E5A0

Tints of Medium Spring Green #05E5A0

RGB

 RED value IS 5 (2.34% from 255) = 1.27%

 GREEN value IS 229 (89.84% from 255) = 58.12%

 BLUE value IS 160 (62.89% from 255) = 40.61%

R = 1.27%
G = 58.12%
B = 40.61%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#05E5A0 (or 0x05E5A0) is known color: Medium Spring Green. HEX triplet: 05, E5 and A0. RGB value is (5,229,160). Sum of RGB (Red+Green+Blue) = 5+229+160=394 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 394); Green value is 229 (89.84% from 255 or 58.12% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 229 - color contains mainly: green. Hex color #05E5A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05E5A0 is #FA1A5F. Grayscale: #9A9A9A. Windows color (decimal): -16390752 or 10544389. OLE color: 10544389.

HSL color Cylindrical-coordinate representation of color #05E5A0: hue angle of 161.52º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E5A0 is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB 5 229 160 -
CMYK 0.98 0 0.30 0.10
HSL 161.52º 0.96% 0.46% -
HSV(B) 161.52º 0.98% 0.9% -
XYZ 34.43 58.61 42.76 -
YUV 154.16 131.29 21.61 -
System Red Green Blue C M Y K H S L
Decimal 5 229 160 0.98 0 0.30 0.10 161.52 0.96 0.46
Hex 5 E5 A0 62 0 1E A A2 60 2E
Octal 5 345 240 142 0 36 12 242 140 56
Binary 101 11100101 10100000 1100010 0 11110 1010 10100010 1100000 101110

Color Harmonies of #05E5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E5A0

Black with #05E5A0

Text Example


Text Example

White with #05E5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05E5A0; }

 p { color: rgb(5,229,160); }

 H1.HeaderClassName
 {
   color: #05E5A0;
 }
 .AnyTagClassName
 {
   color: #05E5A0;
 }
</style>

background-color css

<style>
 a { background-color: #05E5A0; }

 a { background-color: rgb(5,229,160); }

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

border-color css

<style>
 span { border-color: #05E5A0; }

 span { border-color: rgb(5,229,160); }

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