Html Css Color HEX #05F8A0 Medium Spring Green

📋 copy color: '#05F8A0'

red 5 ◦ green 248 ◦ blue 160

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

Shades of Medium Spring Green #05F8A0

Tints of Medium Spring Green #05F8A0

RGB

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

 GREEN value IS 248 (97.27% from 255) = 60.05%

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

R = 1.21%
G = 60.05%
B = 38.74%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#05F8A0 (or 0x05F8A0) is known color: Medium Spring Green. HEX triplet: 05, F8 and A0. RGB value is (5,248,160). Sum of RGB (Red+Green+Blue) = 5+248+160=413 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 413); Green value is 248 (97.27% from 255 or 60.05% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 248 - color contains mainly: green. Hex color #05F8A0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05F8A0 is #FA075F. Grayscale: #A5A5A5. Windows color (decimal): -16385888 or 10549253. OLE color: 10549253.

HSL color Cylindrical-coordinate representation of color #05F8A0: hue angle of 158.27º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F8A0 is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB 5 248 160 -
CMYK 0.98 0 0.35 0.03
HSL 158.27º 0.96% 0.5% -
HSV(B) 158.27º 0.98% 0.97% -
XYZ 39.98 69.71 44.61 -
YUV 165.31 124.99 13.66 -
System Red Green Blue C M Y K H S L
Decimal 5 248 160 0.98 0 0.35 0.03 158.27 0.96 0.5
Hex 5 F8 A0 62 0 23 3 9E 60 32
Octal 5 370 240 142 0 43 3 236 140 62
Binary 101 11111000 10100000 1100010 0 100011 11 10011110 1100000 110010

Color Harmonies of #05F8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F8A0

Black with #05F8A0

Text Example


Text Example

White with #05F8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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