Html Css Color HEX #13F994 Medium Spring Green

📋 copy color: '#13F994'

red 19 ◦ green 249 ◦ blue 148

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

Shades of Medium Spring Green #13F994

Tints of Medium Spring Green #13F994

RGB

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

 GREEN value IS 249 (97.66% from 255) = 59.86%

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

R = 4.57%
G = 59.86%
B = 35.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#13F994 (or 0x13F994) is known color: Medium Spring Green. HEX triplet: 13, F9 and 94. RGB value is (19,249,148). Sum of RGB (Red+Green+Blue) = 19+249+148=416 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.57% from 416); Green value is 249 (97.66% from 255 or 59.86% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 249 - color contains mainly: green. Hex color #13F994 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F994 is #EC066B. Grayscale: #A8A8A8. Windows color (decimal): -15468140 or 9763091. OLE color: 9763091.

HSL color Cylindrical-coordinate representation of color #13F994: hue angle of 153.65º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F994 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 249 148 -
CMYK 0.92 0 0.41 0.02
HSL 153.65º 0.95% 0.53% -
HSV(B) 153.65º 0.92% 0.98% -
XYZ 39.49 70.03 39.45 -
YUV 168.72 116.3 21.21 -
System Red Green Blue C M Y K H S L
Decimal 19 249 148 0.92 0 0.41 0.02 153.65 0.95 0.53
Hex 13 F9 94 5C 0 29 2 9A 5F 35
Octal 23 371 224 134 0 51 2 232 137 65
Binary 10011 11111001 10010100 1011100 0 101001 10 10011010 1011111 110101

Color Harmonies of #13F994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F994

Black with #13F994

Text Example


Text Example

White with #13F994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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