Html Css Color HEX #03F2A5 Medium Spring Green

📋 copy color: '#03F2A5'

red 3 ◦ green 242 ◦ blue 165

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

Shades of Medium Spring Green #03F2A5

Tints of Medium Spring Green #03F2A5

RGB

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

 GREEN value IS 242 (94.92% from 255) = 59.02%

 BLUE value IS 165 (64.84% from 255) = 40.24%

R = 0.73%
G = 59.02%
B = 40.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#03F2A5 (or 0x03F2A5) is known color: Medium Spring Green. HEX triplet: 03, F2 and A5. RGB value is (3,242,165). Sum of RGB (Red+Green+Blue) = 3+242+165=410 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 410); Green value is 242 (94.92% from 255 or 59.02% from 410); Blue value is 165 (64.84% from 255 or 40.24% from 410); Max value from RGB is 242 - color contains mainly: green. Hex color #03F2A5 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #03F2A5 is #FC0D5A. Grayscale: #A1A1A1. Windows color (decimal): -16518491 or 10875395. OLE color: 10875395.

HSL color Cylindrical-coordinate representation of color #03F2A5: hue angle of 160.67º 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 #03F2A5 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 3 242 165 -
CMYK 0.99 0 0.32 0.05
HSL 160.67º 0.98% 0.48% -
HSV(B) 160.67º 0.99% 0.95% -
XYZ 38.58 66.24 46.35 -
YUV 161.76 129.82 14.76 -
System Red Green Blue C M Y K H S L
Decimal 3 242 165 0.99 0 0.32 0.05 160.67 0.98 0.48
Hex 3 F2 A5 63 0 20 5 A1 62 30
Octal 3 362 245 143 0 40 5 241 142 60
Binary 11 11110010 10100101 1100011 0 100000 101 10100001 1100010 110000

Color Harmonies of #03F2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03F2A5

Black with #03F2A5

Text Example


Text Example

White with #03F2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,242,165); }

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

background-color css

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

 a { background-color: rgb(3,242,165); }

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

border-color css

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

 span { border-color: rgb(3,242,165); }

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