Html Css Color HEX #13F996 Medium Spring Green

📋 copy color: '#13F996'

red 19 ◦ green 249 ◦ blue 150

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

Shades of Medium Spring Green #13F996

Tints of Medium Spring Green #13F996

RGB

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

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

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

R = 4.55%
G = 59.57%
B = 35.89%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#13F996 (or 0x13F996) is known color: Medium Spring Green. HEX triplet: 13, F9 and 96. RGB value is (19,249,150). Sum of RGB (Red+Green+Blue) = 19+249+150=418 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.55% from 418); Green value is 249 (97.66% from 255 or 59.57% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 249 - color contains mainly: green. Hex color #13F996 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F996 is #EC0669. Grayscale: #A9A9A9. Windows color (decimal): -15468138 or 9894163. OLE color: 9894163.

HSL color Cylindrical-coordinate representation of color #13F996: hue angle of 154.17º 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 #13F996 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 249 150 -
CMYK 0.92 0 0.40 0.02
HSL 154.17º 0.95% 0.53% -
HSV(B) 154.17º 0.92% 0.98% -
XYZ 39.65 70.09 40.29 -
YUV 168.94 117.3 21.05 -
System Red Green Blue C M Y K H S L
Decimal 19 249 150 0.92 0 0.40 0.02 154.17 0.95 0.53
Hex 13 F9 96 5C 0 28 2 9A 5F 35
Octal 23 371 226 134 0 50 2 232 137 65
Binary 10011 11111001 10010110 1011100 0 101000 10 10011010 1011111 110101

Color Harmonies of #13F996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F996

Black with #13F996

Text Example


Text Example

White with #13F996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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