Html Css Color HEX #03F1A0 Medium Spring Green

📋 copy color: '#03F1A0'

red 3 ◦ green 241 ◦ blue 160

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

Shades of Medium Spring Green #03F1A0

Tints of Medium Spring Green #03F1A0

RGB

 RED value IS 3 (1.56% from 255) = 0.74%

 GREEN value IS 241 (94.53% from 255) = 59.65%

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

R = 0.74%
G = 59.65%
B = 39.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#03F1A0 (or 0x03F1A0) is known color: Medium Spring Green. HEX triplet: 03, F1 and A0. RGB value is (3,241,160). Sum of RGB (Red+Green+Blue) = 3+241+160=404 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 404); Green value is 241 (94.53% from 255 or 59.65% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 241 - color contains mainly: green. Hex color #03F1A0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #03F1A0 is #FC0E5F. Grayscale: #A0A0A0. Windows color (decimal): -16518752 or 10547459. OLE color: 10547459.

HSL color Cylindrical-coordinate representation of color #03F1A0: hue angle of 159.58º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F1A0 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 3 241 160 -
CMYK 0.99 0 0.34 0.05
HSL 159.58º 0.98% 0.48% -
HSV(B) 159.58º 0.99% 0.95% -
XYZ 37.84 65.47 43.9 -
YUV 160.6 127.65 15.59 -
System Red Green Blue C M Y K H S L
Decimal 3 241 160 0.99 0 0.34 0.05 159.58 0.98 0.48
Hex 3 F1 A0 63 0 22 5 A0 62 30
Octal 3 361 240 143 0 42 5 240 142 60
Binary 11 11110001 10100000 1100011 0 100010 101 10100000 1100010 110000

Color Harmonies of #03F1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03F1A0

Black with #03F1A0

Text Example


Text Example

White with #03F1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03F1A0; }

 p { color: rgb(3,241,160); }

 H1.HeaderClassName
 {
   color: #03F1A0;
 }
 .AnyTagClassName
 {
   color: #03F1A0;
 }
</style>

background-color css

<style>
 a { background-color: #03F1A0; }

 a { background-color: rgb(3,241,160); }

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

border-color css

<style>
 span { border-color: #03F1A0; }

 span { border-color: rgb(3,241,160); }

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