Html Css Color HEX #13F194 Medium Spring Green

📋 copy color: '#13F194'

red 19 ◦ green 241 ◦ blue 148

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

Shades of Medium Spring Green #13F194

Tints of Medium Spring Green #13F194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.27%

R = 4.66%
G = 59.07%
B = 36.27%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#13F194 (or 0x13F194) is known color: Medium Spring Green. HEX triplet: 13, F1 and 94. RGB value is (19,241,148). Sum of RGB (Red+Green+Blue) = 19+241+148=408 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.66% from 408); Green value is 241 (94.53% from 255 or 59.07% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 241 - color contains mainly: green. Hex color #13F194 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F194 is #EC0E6B. Grayscale: #A4A4A4. Windows color (decimal): -15470188 or 9761043. OLE color: 9761043.

HSL color Cylindrical-coordinate representation of color #13F194: hue angle of 154.86º degrees, saturation: 0.89, 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 #13F194 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 241 148 -
CMYK 0.92 0 0.39 0.05
HSL 154.86º 0.89% 0.51% -
HSV(B) 154.86º 0.92% 0.95% -
XYZ 37.07 65.19 38.65 -
YUV 164.02 118.95 24.56 -
System Red Green Blue C M Y K H S L
Decimal 19 241 148 0.92 0 0.39 0.05 154.86 0.89 0.51
Hex 13 F1 94 5C 0 27 5 9B 59 33
Octal 23 361 224 134 0 47 5 233 131 63
Binary 10011 11110001 10010100 1011100 0 100111 101 10011011 1011001 110011

Color Harmonies of #13F194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F194

Black with #13F194

Text Example


Text Example

White with #13F194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,241,148); }

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

background-color css

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

 a { background-color: rgb(19,241,148); }

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

border-color css

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

 span { border-color: rgb(19,241,148); }

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