Html Css Color HEX #28FFA0 Medium Spring Green

📋 copy color: '#28FFA0'

red 40 ◦ green 255 ◦ blue 160

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

Shades of Medium Spring Green #28FFA0

Tints of Medium Spring Green #28FFA0

RGB

 RED value IS 40 (16.02% from 255) = 8.79%

 GREEN value IS 255 (100% from 255) = 56.04%

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

R = 8.79%
G = 56.04%
B = 35.16%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#28FFA0 (or 0x28FFA0) is known color: Medium Spring Green. HEX triplet: 28, FF and A0. RGB value is (40,255,160). Sum of RGB (Red+Green+Blue) = 40+255+160=455 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.79% from 455); Green value is 255 (100% from 255 or 56.04% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 255 - color contains mainly: green. Hex color #28FFA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #28FFA0 is #D7005F. Grayscale: #B4B4B4. Windows color (decimal): -14090336 or 10551080. OLE color: 10551080.

HSL color Cylindrical-coordinate representation of color #28FFA0: hue angle of 153.49º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FFA0 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB 40 255 160 -
CMYK 0.84 0 0.37 0
HSL 153.49º 1% 0.58% -
HSV(B) 153.49º 0.84% 1% -
XYZ 42.98 74.51 45.37 -
YUV 179.89 116.77 28.22 -
System Red Green Blue C M Y K H S L
Decimal 40 255 160 0.84 0 0.37 0 153.49 1 0.58
Hex 28 FF A0 54 0 25 0 99 64 3A
Octal 50 377 240 124 0 45 0 231 144 72
Binary 101000 11111111 10100000 1010100 0 100101 0 10011001 1100100 111010

Color Harmonies of #28FFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FFA0

Black with #28FFA0

Text Example


Text Example

White with #28FFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28FFA0; }

 p { color: rgb(40,255,160); }

 H1.HeaderClassName
 {
   color: #28FFA0;
 }
 .AnyTagClassName
 {
   color: #28FFA0;
 }
</style>

background-color css

<style>
 a { background-color: #28FFA0; }

 a { background-color: rgb(40,255,160); }

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

border-color css

<style>
 span { border-color: #28FFA0; }

 span { border-color: rgb(40,255,160); }

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