Html Css Color HEX #13F296 Medium Spring Green

📋 copy color: '#13F296'

red 19 ◦ green 242 ◦ blue 150

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

Shades of Medium Spring Green #13F296

Tints of Medium Spring Green #13F296

RGB

 RED value IS 19 (7.81% from 255) = 4.62%

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

 BLUE value IS 150 (58.98% from 255) = 36.5%

R = 4.62%
G = 58.88%
B = 36.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#13F296 (or 0x13F296) is known color: Medium Spring Green. HEX triplet: 13, F2 and 96. RGB value is (19,242,150). Sum of RGB (Red+Green+Blue) = 19+242+150=411 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.62% from 411); Green value is 242 (94.92% from 255 or 58.88% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 242 - color contains mainly: green. Hex color #13F296 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F296 is #EC0D69. Grayscale: #A4A4A4. Windows color (decimal): -15469930 or 9892371. OLE color: 9892371.

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

Color convert

RGB 19 242 150 -
CMYK 0.92 0 0.38 0.05
HSL 155.25º 0.9% 0.51% -
HSV(B) 155.25º 0.92% 0.95% -
XYZ 37.53 65.84 39.59 -
YUV 164.84 119.62 23.98 -
System Red Green Blue C M Y K H S L
Decimal 19 242 150 0.92 0 0.38 0.05 155.25 0.9 0.51
Hex 13 F2 96 5C 0 26 5 9B 5A 33
Octal 23 362 226 134 0 46 5 233 132 63
Binary 10011 11110010 10010110 1011100 0 100110 101 10011011 1011010 110011

Color Harmonies of #13F296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F296

Black with #13F296

Text Example


Text Example

White with #13F296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13F296; }

 p { color: rgb(19,242,150); }

 H1.HeaderClassName
 {
   color: #13F296;
 }
 .AnyTagClassName
 {
   color: #13F296;
 }
</style>

background-color css

<style>
 a { background-color: #13F296; }

 a { background-color: rgb(19,242,150); }

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

border-color css

<style>
 span { border-color: #13F296; }

 span { border-color: rgb(19,242,150); }

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