#13F094

Color #13F094 Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #13F094

Tints of Medium Spring Green #13F094

Color information

#13F094 (or 0x13F094) is unknown color: approx Medium Spring Green. HEX triplet: 13, F0 and 94. RGB value is (19,240,148). Sum of RGB (Red+Green+Blue) = 19+240+148=407 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.67% from 407); Green value is 240 (94.14% from 255 or 58.97% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 240 - color contains mainly: green. Hex color #13F094 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F094 is #EC0F6B. Grayscale: #A3A3A3. Windows color (decimal): -15470444 or 9760787. OLE color: 9760787.

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

Color convert

RGB19240148-
CMYK0.9200.380.06
HSL155.02º88.05%50.78%-
HSV(B)155.02º92.08%94.12%-
XYZ36.7764.638.55-
YUV163.43119.2824.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.67%
GREEN value IS 240 (94.14% from 255) = 58.97%
BLUE value IS 148 (58.20% from 255) = 36.36%
R=4.67%
G=58.97%
B=36.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal192401480.9200.380.06155.0288.0550.78
Hex13F0945C02669b5833
Octal23360224134046623313063
Binary10011111100001001010010111000100110110100110111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13F094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13F094;
 }
 .AnyTagClassName
 {
   color: #13F094;
 }
</style>
background-color css

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

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

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

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

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

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