Html Css Color HEX #14F39B Medium Spring Green

📋 copy color: '#14F39B'

red 20 ◦ green 243 ◦ blue 155

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

Shades of Medium Spring Green #14F39B

Tints of Medium Spring Green #14F39B

RGB

 RED value IS 20 (8.2% from 255) = 4.78%

 GREEN value IS 243 (95.31% from 255) = 58.13%

 BLUE value IS 155 (60.94% from 255) = 37.08%

R = 4.78%
G = 58.13%
B = 37.08%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#14F39B (or 0x14F39B) is known color: Medium Spring Green. HEX triplet: 14, F3 and 9B. RGB value is (20,243,155). Sum of RGB (Red+Green+Blue) = 20+243+155=418 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.78% from 418); Green value is 243 (95.31% from 255 or 58.13% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 243 - color contains mainly: green. Hex color #14F39B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F39B is #EB0C64. Grayscale: #A6A6A6. Windows color (decimal): -15404133 or 10220308. OLE color: 10220308.

HSL color Cylindrical-coordinate representation of color #14F39B: hue angle of 156.32º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F39B is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 243 155 -
CMYK 0.92 0 0.36 0.05
HSL 156.32º 0.9% 0.52% -
HSV(B) 156.32º 0.92% 0.95% -
XYZ 38.26 66.62 41.85 -
YUV 166.29 121.62 23.66 -
System Red Green Blue C M Y K H S L
Decimal 20 243 155 0.92 0 0.36 0.05 156.32 0.9 0.52
Hex 14 F3 9B 5C 0 24 5 9C 5A 34
Octal 24 363 233 134 0 44 5 234 132 64
Binary 10100 11110011 10011011 1011100 0 100100 101 10011100 1011010 110100

Color Harmonies of #14F39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F39B

Black with #14F39B

Text Example


Text Example

White with #14F39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14F39B; }

 p { color: rgb(20,243,155); }

 H1.HeaderClassName
 {
   color: #14F39B;
 }
 .AnyTagClassName
 {
   color: #14F39B;
 }
</style>

background-color css

<style>
 a { background-color: #14F39B; }

 a { background-color: rgb(20,243,155); }

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

border-color css

<style>
 span { border-color: #14F39B; }

 span { border-color: rgb(20,243,155); }

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